LeviLamina
Loading...
Searching...
No Matches
LibraryModalScreenController.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/screens/controllers/LibraryModalScreenType.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, 64, ::std::function<void(bool)>> mOnModalDismissed;
20 ::ll::TypedStorage<1, 1, ::LibraryModalScreenType> mType;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mEventProperties;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 LibraryModalScreenController();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~LibraryModalScreenController() /*override*/;
32
33 virtual ::ui::SceneType getSceneType() const /*override*/;
34
35 virtual ::std::string getTelemetryOverride() const /*override*/;
36
37 virtual void addEventProperties(::std::unordered_map<::std::string, ::std::string>& eventProperties) const
38 /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI LibraryModalScreenController(
45 ::std::shared_ptr<::MinecraftScreenModel> model,
46 ::LibraryModalScreenType type,
47 ::std::function<void(bool)> onModalDismissed,
48 ::std::vector<::std::pair<::std::string, ::std::string>> eventProperties
49 );
50
51 MCAPI void _registerEventHandlers();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(
58 ::std::shared_ptr<::MinecraftScreenModel> model,
59 ::LibraryModalScreenType type,
60 ::std::function<void(bool)> onModalDismissed,
61 ::std::vector<::std::pair<::std::string, ::std::string>> eventProperties
62 );
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74 MCFOLD ::ui::SceneType $getSceneType() const;
75
76 MCAPI ::std::string $getTelemetryOverride() const;
77
78 MCAPI void $addEventProperties(::std::unordered_map<::std::string, ::std::string>& eventProperties) const;
79 // NOLINTEND
80
81public:
82 // vftables
83 // NOLINTBEGIN
84 MCNAPI static void** $vftableForScreenController();
85
87 // NOLINTEND
88};
Definition LibraryModalScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5