LeviLamina
Loading...
Searching...
No Matches
ContentLogHistoryScreenController.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/GameEventNotification.h"
8
#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
MinecraftScreenModel
;
13
// clang-format on
14
15
class
ContentLogHistoryScreenController
:
public
::MinecraftScreenController
{
16
public
:
17
// prevent constructor by default
18
ContentLogHistoryScreenController();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
~ContentLogHistoryScreenController()
/*override*/
=
default
;
24
25
virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification)
/*override*/
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
explicit
ContentLogHistoryScreenController(::std::shared_ptr<::MinecraftScreenModel> model);
32
33
MCAPI
void
_handleCopyToClipboard();
34
35
MCAPI
void
_registerBindings();
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCNAPI
static
void
**
$vftableForScreenController
();
54
55
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
56
// NOLINTEND
57
};
ContentLogHistoryScreenController
Definition
ContentLogHistoryScreenController.h:5
ContentLogHistoryScreenController::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
ContentLogHistoryScreenController::$vftableForScreenController
static MCAPI void ** $vftableForScreenController()
MinecraftScreenController
Definition
MinecraftScreenController.h:5
MinecraftScreenModel
Definition
MinecraftScreenModel.h:5
src-client
mc
client
gui
screens
controllers
ContentLogHistoryScreenController.h
Generated on
for LeviLamina by
1.16.1