3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/interface/IInvocationStateTracker.h"
8#include "mc/client/gui/oreui/binding/interface/InvocationResult.h"
9#include "mc/client/gui/oreui/binding/interface/InvocationState.h"
10#include "mc/client/gui/oreui/binding/properties/Property.h"
11#include "mc/deps/core/utility/pub_sub/Subscription.h"
15namespace OreUI::Detail {
class IdType; }
24 using Base = ::OreUI::QueryBase<::OreUI::CommandStateQuery>;
29 ::ll::TypedStorage<8, 176, ::OreUI::Property<::OreUI::InvocationState>> mState;
30 ::ll::TypedStorage<8, 176, ::OreUI::Property<::OreUI::InvocationResult>> mResult;
31 ::ll::TypedStorage<8, 176, ::OreUI::Property<uchar>> mProgress;
32 ::ll::TypedStorage<8, 176, ::OreUI::Property<::std::optional<int>>> mError;
33 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mChangeToken;
34 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mRemoveToken;
44 virtual ~CommandStateQuery() ;
50 MCAPI CommandStateQuery(::OreUI::Detail::InvocationStateTracker& tracker, ::OreUI::Detail::IdType
const&
id);
52 MCAPI
void _removed();
54 MCAPI
void _stateChanged(::OreUI::Detail::IInvocationStateTracker::InvocationInformation
const& info);
60 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