LeviLamina
Loading...
Searching...
No Matches
EncyclopediaScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/EncyclopediaTopicIndex.h"
8#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
9
10// auto generated forward declare list
11// clang-format off
13class UIPropertyBag;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mCurrentTabTitle;
21 ::ll::TypedStorage<4, 4, ::EncyclopediaTopicIndex> mCurrentTab;
22 ::ll::TypedStorage<4, 4, ::EncyclopediaTopicIndex> mInitialTab;
23 ::ll::TypedStorage<1, 1, bool> mInitialTabSelected;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 EncyclopediaScreenController();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~EncyclopediaScreenController() /*override*/ = default;
34
35 virtual void onOpen() /*override*/;
36
37 virtual bool bind(
38 ::std::string const& bindingName,
39 uint bindingNameHash,
40 ::std::string const& bindingNameOverride,
41 ::UIPropertyBag& bag
42 ) /*override*/;
43
44 virtual ::ui::DirtyFlag tick() /*override*/;
45
46 virtual ::std::string _getButtonADescription() /*override*/;
47 // NOLINTEND
48
49public:
50 // member functions
51 // NOLINTBEGIN
52 MCAPI EncyclopediaScreenController(::std::shared_ptr<::MainMenuScreenModel> model, ::EncyclopediaTopicIndex topic);
53
54 MCAPI void _registerBindings();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model, ::EncyclopediaTopicIndex topic);
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66 MCAPI void $onOpen();
67
68 MCAPI bool $bind(
69 ::std::string const& bindingName,
70 uint bindingNameHash,
71 ::std::string const& bindingNameOverride,
72 ::UIPropertyBag& bag
73 );
74
75 MCAPI ::ui::DirtyFlag $tick();
76
77 MCFOLD ::std::string $_getButtonADescription();
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftableForScreenController();
84
86 // NOLINTEND
87};
Definition EncyclopediaScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition UIPropertyBag.h:5