LeviLamina
Loading...
Searching...
No Matches
Binder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace OreUI::Detail { class IPropertyObject; }
8namespace OreUI::Detail { class IdType; }
9namespace cohtml { class View; }
10// clang-format on
11
12namespace OreUI::Detail {
13
14class Binder {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::cohtml::View*> mView;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 Binder();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI explicit Binder(::cohtml::View* view);
29
30 MCAPI void destroyObject(::OreUI::Detail::IPropertyObject* object) const;
31
32 MCAPI void triggerCreated(::OreUI::Detail::IdType id, ::OreUI::Detail::IPropertyObject const& object) const;
33
34 MCAPI void triggerUpdated(::OreUI::Detail::IdType id, ::OreUI::Detail::IPropertyObject const& object) const;
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCFOLD void* $ctor(::cohtml::View* view);
41 // NOLINTEND
42};
43
44} // namespace OreUI::Detail
Definition Binder.h:7
Definition IPropertyObject.h:7
Definition IdType.h:7
Definition View.h:7