3#include "mc/_HeaderOutputPredefine.h"
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"
14namespace OreUI::Detail {
class IdType; }
23 using Base = ::OreUI::QueryBase<::OreUI::CommandStateQuery>;
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;
43 virtual ~CommandStateQuery() =
default;
49 MCAPI CommandStateQuery(::OreUI::Detail::InvocationStateTracker& tracker, ::OreUI::Detail::IdType
const&
id);
51 MCAPI
void _removed();
57 MCAPI
void* $ctor(::OreUI::Detail::InvocationStateTracker& tracker, ::OreUI::Detail::IdType
const&
id);
Definition CommandStateQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition InvocationStateTracker.h:7