3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
8#include "mc/deps/core/file/PathBuffer.h"
14namespace Json {
class Value; }
21 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mScreenshotPath;
22 ::ll::TypedStorage<4, 4, ::ui::DirtyFlag> mNextTickDirtyFlag;
23 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mCloseScreenAt;
24 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::TaskGroup>> mAsyncTaskGroup;
29 ScreenshotScreenController();
34 virtual ~ScreenshotScreenController() ;
36 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
38 virtual ::ui::DirtyFlag tick() ;
44 MCAPI
explicit ScreenshotScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
46 MCAPI
void _takeScreenshot();
52 MCAPI
void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
64 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
66 MCAPI ::ui::DirtyFlag $tick();
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition ScreenshotScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition TaskGroup.h:57