LeviLamina
Loading...
Searching...
No Matches
DisconnectScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/SceneType.h"
7#include "mc/client/gui/ViewRequest.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 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mTitleMessage;
20 ::ll::TypedStorage<8, 32, ::std::string> mTelemetryOverride;
21 ::ll::TypedStorage<8, 32, ::std::string> mDisconnectString;
22 ::ll::TypedStorage<1, 1, bool> mShowAccountSettingUriButton;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 DisconnectScreenController();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~DisconnectScreenController() /*override*/;
33
34 virtual void onOpen() /*override*/;
35
36 virtual ::std::string getAdditionalScreenInfo() const /*override*/;
37
38 virtual ::std::string getTelemetryOverride() const /*override*/;
39
40 virtual ::ui::SceneType getSceneType() const /*override*/;
41
42 virtual ::std::string _getButtonADescription() /*override*/;
43
44 virtual ::ui::ViewRequest _processLeaveScreen();
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCAPI DisconnectScreenController(
51 ::std::shared_ptr<::MinecraftScreenModel> model,
52 ::std::string const& titleMessage,
53 ::std::string const& displayMessage,
54 ::std::string const& telemetryOverride
55 );
56
57 MCAPI void _registerEventHandlers();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor(
64 ::std::shared_ptr<::MinecraftScreenModel> model,
65 ::std::string const& titleMessage,
66 ::std::string const& displayMessage,
67 ::std::string const& telemetryOverride
68 );
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCAPI void $dtor();
75 // NOLINTEND
76
77public:
78 // virtual function thunks
79 // NOLINTBEGIN
80 MCAPI void $onOpen();
81
82 MCAPI ::std::string $getAdditionalScreenInfo() const;
83
84 MCAPI ::std::string $getTelemetryOverride() const;
85
86 MCFOLD ::ui::SceneType $getSceneType() const;
87
88 MCFOLD ::std::string $_getButtonADescription();
89
90 MCAPI ::ui::ViewRequest $_processLeaveScreen();
91 // NOLINTEND
92
93public:
94 // vftables
95 // NOLINTBEGIN
97
98 MCNAPI static void** $vftableForScreenController();
99 // NOLINTEND
100};
Definition DisconnectScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5