LeviLamina
Loading...
Searching...
No Matches
PackSettingsScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
7#include "mc/client/gui/screens/controllers/PackSettingsInfo.h"
8
9// auto generated forward declare list
10// clang-format off
13class PackSettings;
14namespace Json { class Value; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
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;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 PackSettingsScreenController();
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual void onOpen() /*override*/;
35
36 virtual void onTerminate() /*override*/;
37
38 virtual ~PackSettingsScreenController() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI
45 PackSettingsScreenController(::std::shared_ptr<::MainMenuScreenModel> model, ::PackSettingsInfo packSettingsInfo);
46
47 MCAPI void _onContentItemChanged(::Json::Value& contentItem);
48
49 MCAPI void _registerEventHandlers();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model, ::PackSettingsInfo packSettingsInfo);
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI void $onOpen();
62
63 MCAPI void $onTerminate();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
70
71 MCNAPI static void** $vftableForScreenController();
72 // NOLINTEND
73};
Definition DynamicFormScreenController.h:5
Definition Value.h:16
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition PackSettingsScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition PackSettings.h:19