LeviLamina
Loading...
Searching...
No Matches
PDPSection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/PDPSectionType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
MainMenuScreenModel
;
11
class
ScreenController
;
12
// clang-format on
13
14
class
PDPSection
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, ::PDPSectionType> mType;
19
::ll::TypedStorage<8, 32, ::std::string> mSectionTitle;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
~PDPSection() =
default
;
26
27
virtual ::std::unique_ptr<::ScreenController> makeScreenController(::std::shared_ptr<::MainMenuScreenModel>);
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
PDPSection
Definition
PDPSection.h:5
ScreenController
Definition
ScreenController.h:5
src-client
mc
client
gui
PDPSection.h
Generated on
for LeviLamina by
1.16.1