LeviLamina
Loading...
Searching...
No Matches
FeedbackPromptController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.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> mTitleId;
18 ::ll::TypedStorage<8, 32, ::std::string const> mImage;
19 ::ll::TypedStorage<8, 32, ::std::string const> mButtonName;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 FeedbackPromptController();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~FeedbackPromptController() /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI FeedbackPromptController(
36 ::std::shared_ptr<::ClientInstanceScreenModel> model,
37 ::std::string const& titleId,
38 ::std::string const& image,
39 ::std::string const& buttonName
40 );
41
42 MCAPI void _registerEventHandlers();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(
49 ::std::shared_ptr<::ClientInstanceScreenModel> model,
50 ::std::string const& titleId,
51 ::std::string const& image,
52 ::std::string const& buttonName
53 );
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftableForScreenController();
66
68 // NOLINTEND
69};
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition FeedbackPromptController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()