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
12// clang-format on
13
14class PDPSection {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::PDPSectionType> mType;
19 ::ll::TypedStorage<8, 32, ::std::string> mSectionTitle;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~PDPSection() = default;
26
27 virtual ::std::unique_ptr<::ScreenController> makeScreenController(::std::shared_ptr<::MainMenuScreenModel>);
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35};
Definition MainMenuScreenModel.h:5
Definition PDPSection.h:5
Definition ScreenController.h:5