LeviLamina
Loading...
Searching...
No Matches
SocialSettingsScreenController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/screens/controllers/SettingsScreenControllerBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
MainMenuScreenModel
;
11
// clang-format on
12
13
class
SocialSettingsScreenController
:
public
::SettingsScreenControllerBase
{
14
public
:
15
// prevent constructor by default
16
SocialSettingsScreenController();
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~SocialSettingsScreenController()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
explicit
SocialSettingsScreenController(::std::shared_ptr<::MainMenuScreenModel> model);
28
29
MCAPI
void
_registerEventHandlers();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(::std::shared_ptr<::MainMenuScreenModel> model);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftableForScreenController
();
42
43
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
44
// NOLINTEND
45
};
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
SettingsScreenControllerBase
Definition
SettingsScreenControllerBase.h:5
SocialSettingsScreenController
Definition
SocialSettingsScreenController.h:5
SocialSettingsScreenController::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
SocialSettingsScreenController::$vftableForScreenController
static MCAPI void ** $vftableForScreenController()
src-client
mc
client
gui
screens
controllers
SocialSettingsScreenController.h
Generated on
for LeviLamina by
1.16.1