LeviLamina
Loading...
Searching...
No Matches
WorldsClipboardScreenController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/ViewRequest.h"
7
#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
8
#include "mc/client/gui/screens/controllers/WorldsClipboardCallbacks.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
MainMenuScreenModel
;
13
namespace
Core {
class
FileStorageArea
; }
14
// clang-format on
15
16
class
WorldsClipboardScreenController
:
public
::MainMenuScreenController
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 704, ::WorldsClipboardCallbacks> mScreenCallbacks;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
WorldsClipboardScreenController();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
explicit
WorldsClipboardScreenController(::std::shared_ptr<::MainMenuScreenModel> model);
31
32
MCAPI
bool
_checkAvailableSpaceForLevel(::std::shared_ptr<::Core::FileStorageArea> sptStorageArea);
33
34
MCAPI ::ui::ViewRequest _copyWorld();
35
36
MCAPI ::ui::ViewRequest _deleteWorld();
37
38
MCAPI
void
_displayCopyFailedModal();
39
40
MCAPI
void
_registerEventHandlers();
41
42
MCAPI
void
setCallbacks(::WorldsClipboardCallbacks callbacks);
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(::std::shared_ptr<::MainMenuScreenModel> model);
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
55
56
MCNAPI
static
void
**
$vftableForScreenController
();
57
// NOLINTEND
58
};
Core::FileStorageArea
Definition
FileStorageArea.h:31
MainMenuScreenController
Definition
MainMenuScreenController.h:5
MainMenuScreenModel
Definition
MainMenuScreenModel.h:5
WorldsClipboardScreenController
Definition
WorldsClipboardScreenController.h:5
WorldsClipboardScreenController::$vftableForScreenController
static MCAPI void ** $vftableForScreenController()
WorldsClipboardScreenController::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
src-client
mc
client
gui
screens
controllers
WorldsClipboardScreenController.h
Generated on
for LeviLamina by
1.16.1