LeviLamina
Loading...
Searching...
No Matches
IEventHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cohtml { class ArgumentsBinder; }
8// clang-format on
9
10namespace cohtml {
11
12class IEventHandler {
13public:
14 // virtual functions
15 // NOLINTBEGIN
16 virtual ~IEventHandler();
17
18 virtual void Invoke(::cohtml::ArgumentsBinder*) = 0;
19
20 virtual void const* GetTarget() = 0;
21
22 virtual void SetTarget(void*) = 0;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace cohtml
Definition ArgumentsBinder.h:7
Definition IEventHandler.h:7
static MCAPI void ** $vftable()