LeviLamina
Loading...
Searching...
No Matches
ExternalLinkModalDialogPopup.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> mTitle;
18 ::ll::TypedStorage<8, 32, ::std::string const> mMessage;
19 ::ll::TypedStorage<8, 32, ::std::string const> mExternalLink;
20 ::ll::TypedStorage<8, 32, ::std::string const> mGoToPageText;
21 ::ll::TypedStorage<8, 32, ::std::string const> mSecondButtonText;
22 ::ll::TypedStorage<8, 64, ::std::function<void()> const> mCallback;
23 ::ll::TypedStorage<1, 1, bool> mDisplayedPopup;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ExternalLinkModalDialogPopup();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual void onOpen() /*override*/;
34
35 virtual ~ExternalLinkModalDialogPopup() /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ExternalLinkModalDialogPopup(
42 ::std::shared_ptr<::MinecraftScreenModel> model,
43 ::std::string const& title,
44 ::std::string const& mainMessage,
45 ::std::string const& externalLink,
46 ::std::string const& goToPageText,
47 ::std::string const& secondButtonText,
48 ::std::function<void()> const& callback
49 );
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(
56 ::std::shared_ptr<::MinecraftScreenModel> model,
57 ::std::string const& title,
58 ::std::string const& mainMessage,
59 ::std::string const& externalLink,
60 ::std::string const& goToPageText,
61 ::std::string const& secondButtonText,
62 ::std::function<void()> const& callback
63 );
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // virtual function thunks
74 // NOLINTBEGIN
75 MCAPI void $onOpen();
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCNAPI static void** $vftableForScreenController();
82
84 // NOLINTEND
85};
Definition ExternalLinkModalDialogPopup.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5