LeviLamina
Loading...
Searching...
No Matches
UIProfileQuery.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#include "mc/options/UIProfile.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace OreUI { class ClientDependencies; }
14// clang-format on
15
16namespace OreUI {
17
18class UIProfileQuery : public ::OreUI::QueryBase<::OreUI::UIProfileQuery> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
23 ::ll::TypedStorage<8, 176, ::OreUI::Property<::UIProfile>> mUIProfile;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 UIProfileQuery();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~UIProfileQuery() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit UIProfileQuery(::OreUI::ClientDependencies const& client);
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::OreUI::ClientDependencies const& client);
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftableForPropertyObject();
52
53 MCNAPI static void** $vftableForIQuery();
54 // NOLINTEND
55};
56
57} // namespace OreUI
Definition ClientDependencies.h:7
Definition UIProfileQuery.h:7
static MCAPI void ** $vftableForPropertyObject()
static MCAPI void ** $vftableForIQuery()