LeviLamina
Loading...
Searching...
No Matches
ContainerNameQuery.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/properties/Property.h"
8#include "mc/deps/core/utility/pub_sub/Subscription.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace OreUI { class ClientDependencies; }
13namespace OreUI { class GameDependencies; }
14// clang-format on
15
16namespace OreUI {
17
18class ContainerNameQuery : public ::OreUI::QueryBase<::OreUI::ContainerNameQuery> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
23 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mName;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ContainerNameQuery();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~ContainerNameQuery() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ContainerNameQuery(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::OreUI::GameDependencies const& game, ::OreUI::ClientDependencies const& client);
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftableForIQuery();
52
53 MCNAPI static void** $vftableForPropertyObject();
54 // NOLINTEND
55};
56
57} // namespace OreUI
Definition ClientDependencies.h:7
Definition ContainerNameQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition GameDependencies.h:7