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 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor(
62 ::std::shared_ptr<::MinecraftScreenModel> model,
63 ::std::string const& titleMessage,
64 ::std::string const& displayMessage,
65 ::std::string const& telemetryOverride
66 );
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // virtual function thunks
77 // NOLINTBEGIN
78 MCAPI void $onOpen();
79
80 MCAPI ::std::string $getAdditionalScreenInfo() const;
81
82 MCAPI ::std::string $getTelemetryOverride() const;
83
84 MCFOLD ::ui::SceneType $getSceneType() const;
85
86 MCFOLD ::std::string $_getButtonADescription();
87
88 MCAPI ::ui::ViewRequest $_processLeaveScreen();
89 // NOLINTEND
90
91public:
92 // vftables
93 // NOLINTBEGIN
95
96 MCNAPI static void** $vftableForScreenController();
97 // NOLINTEND
98};
Definition DisconnectScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5