3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
7#include "mc/client/gui/screens/controllers/PackSettingsInfo.h"
14namespace Json {
class Value; }
21 ::ll::TypedStorage<1, 1, bool> mHasOpened;
22 ::ll::TypedStorage<8, 192, ::PackSettingsInfo> mPackSettingsInfo;
23 ::ll::TypedStorage<8, 8, ::PackSettings*> mPackSettings;
24 ::ll::TypedStorage<8, 8, ::DynamicFormScreenController*> mDynamicFormScreenController;
29 PackSettingsScreenController();
34 virtual void onOpen() ;
36 virtual void onTerminate() ;
38 virtual ~PackSettingsScreenController() =
default;
45 PackSettingsScreenController(::std::shared_ptr<::MainMenuScreenModel> model, ::PackSettingsInfo packSettingsInfo);
47 MCAPI
void _onContentItemChanged(::Json::Value& contentItem);
49 MCAPI
void _registerEventHandlers();
55 MCAPI
void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model, ::PackSettingsInfo packSettingsInfo);
63 MCAPI
void $onTerminate();
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition PackSettingsScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition PackSettings.h:19