LeviLamina
Loading...
Searching...
No Matches
CommandStateQuery.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/interface/InvocationResult.h"
8#include "mc/client/gui/oreui/binding/interface/InvocationState.h"
9#include "mc/client/gui/oreui/binding/properties/Property.h"
10#include "mc/deps/core/utility/pub_sub/Subscription.h"
11
12// auto generated forward declare list
13// clang-format off
14namespace OreUI::Detail { class IdType; }
15namespace OreUI::Detail { class InvocationStateTracker; }
16// clang-format on
17
18namespace OreUI {
19
20class CommandStateQuery : public ::OreUI::QueryBase<::OreUI::CommandStateQuery> {
21public:
22 // CommandStateQuery inner types define
23 using Base = ::OreUI::QueryBase<::OreUI::CommandStateQuery>;
24
25public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 176, ::OreUI::Property<::OreUI::InvocationState>> mState;
29 ::ll::TypedStorage<8, 176, ::OreUI::Property<::OreUI::InvocationResult>> mResult;
30 ::ll::TypedStorage<8, 176, ::OreUI::Property<uchar>> mProgress;
31 ::ll::TypedStorage<8, 176, ::OreUI::Property<::std::optional<int>>> mError;
32 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mChangeToken;
33 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mRemoveToken;
34 // NOLINTEND
35
36public:
37 // prevent constructor by default
38 CommandStateQuery();
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43 virtual ~CommandStateQuery() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI CommandStateQuery(::OreUI::Detail::InvocationStateTracker& tracker, ::OreUI::Detail::IdType const& id);
50
51 MCAPI void _removed();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::OreUI::Detail::InvocationStateTracker& tracker, ::OreUI::Detail::IdType const& id);
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftableForPropertyObject();
64
65 MCNAPI static void** $vftableForIQuery();
66 // NOLINTEND
67};
68
69} // namespace OreUI
Definition CommandStateQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition IdType.h:7
Definition InvocationStateTracker.h:7