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 // member functions
23 // NOLINTBEGIN
24 MCAPI void destroyObject(::OreUI::Detail::IPropertyObject* object) const;
25
26 MCAPI void triggerCreated(::OreUI::Detail::IdType id, ::OreUI::Detail::IPropertyObject const& object) const;
27
28 MCAPI void triggerUpdated(::OreUI::Detail::IdType id, ::OreUI::Detail::IPropertyObject const& object) const;
29 // NOLINTEND
30};
31
32} // namespace OreUI::Detail
Definition Binder.h:7
Definition IPropertyObject.h:7
Definition IdType.h:7
Definition View.h:7