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
13// clang-format on
14
16public:
17 // prevent constructor by default
18 ContentLogHistoryScreenController();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~ContentLogHistoryScreenController() /*override*/ = default;
24
25 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification) /*override*/;
26 // NOLINTEND
27
28public:
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
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::std::shared_ptr<::MinecraftScreenModel> model);
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftableForScreenController();
54
56 // NOLINTEND
57};
Definition ContentLogHistoryScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5