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 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ExternalLinkModalDialogPopup(
40 ::std::shared_ptr<::MinecraftScreenModel> model,
41 ::std::string const& title,
42 ::std::string const& mainMessage,
43 ::std::string const& externalLink,
44 ::std::string const& goToPageText,
45 ::std::string const& secondButtonText,
46 ::std::function<void()> const& callback
47 );
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(
54 ::std::shared_ptr<::MinecraftScreenModel> model,
55 ::std::string const& title,
56 ::std::string const& mainMessage,
57 ::std::string const& externalLink,
58 ::std::string const& goToPageText,
59 ::std::string const& secondButtonText,
60 ::std::function<void()> const& callback
61 );
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCAPI void $onOpen();
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCNAPI static void** $vftableForScreenController();
74
76 // NOLINTEND
77};
Definition ExternalLinkModalDialogPopup.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5