3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
12namespace Bedrock::Http {
class Status; }
13namespace Json {
class Value; }
20 ::ll::TypedStorage<1, 1, bool> mDirty;
21 ::ll::TypedStorage<1, 1, bool> mPendingAsyncOperation;
22 ::ll::TypedStorage<1, 1, bool> mEnableSubmitButton;
23 ::ll::TypedStorage<1, 1, bool> mShowScreen;
24 ::ll::TypedStorage<1, 1, bool> mSubmitFeedbackInProgress;
25 ::ll::TypedStorage<4, 4, int> mFeedbackTextLimit;
26 ::ll::TypedStorage<4, 4, uint> mResponseCode;
27 ::ll::TypedStorage<8, 32, ::std::string> mItemId;
28 ::ll::TypedStorage<8, 32, ::std::string> mResponseMsg;
29 ::ll::TypedStorage<8, 32, ::std::string> mFeedbackText;
30 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLastUpdate;
35 SubmitFeedbackScreenController();
40 virtual ~SubmitFeedbackScreenController() ;
42 virtual ::ui::DirtyFlag tick() ;
44 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
50 MCAPI SubmitFeedbackScreenController(
51 ::std::shared_ptr<::MainMenuScreenModel> model,
52 ::std::string
const& itemId,
56 MCAPI
void _displayResponseStatusDialog(
bool receivedSuccessResponse);
58 MCAPI
void _initialize();
60 MCAPI
void _processPlayerSafetyScanResponse(::Bedrock::Http::Status
const& responseStatus,
bool isValidText);
62 MCAPI
void _setResponseMessage();
69 $ctor(::std::shared_ptr<::MainMenuScreenModel> model, ::std::string
const& itemId,
int feedbackTextLimit);
81 MCAPI ::ui::DirtyFlag $tick();
83 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition SubmitFeedbackScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()