LeviLamina
Loading...
Searching...
No Matches
CommonDialogInfoScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 32, ::std::string const> mDialogTitle;
18 ::ll::TypedStorage<8, 32, ::std::string const> mDialogBody;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 CommonDialogInfoScreenController();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~CommonDialogInfoScreenController() /*override*/ = default;
29
30 virtual void onOpen() /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI CommonDialogInfoScreenController(
37 ::std::shared_ptr<::MinecraftScreenModel> model,
38 ::std::string const& dialogTitle,
39 ::std::string const& dialogBody
40 );
41
42 MCAPI void _showCommonDialog();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(
49 ::std::shared_ptr<::MinecraftScreenModel> model,
50 ::std::string const& dialogTitle,
51 ::std::string const& dialogBody
52 );
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI void $onOpen();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftableForScreenController();
65
67 // NOLINTEND
68};
Definition CommonDialogInfoScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5