LeviLamina
Loading...
Searching...
No Matches
SettingsScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::function<void(int)>> mSelectTab;
16 ::ll::TypedStorage<8, 64, ::std::function<::std::string()>> mGetAdditionalScreenInfo;
17 ::ll::TypedStorage<8, 64, ::std::function<::GeneralSettingsScreenControllerProxy*()>>
18 mGetGeneralSettingsScreenController;
19 ::ll::TypedStorage<8, 64, ::std::function<::std::string()>> mGetCurrentTabTitle;
20 ::ll::TypedStorage<8, 64, ::std::function<::WorldSettingsScreenControllerProxy*()>>
21 mGetWorldSettingsScreenController;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 SettingsScreenControllerProxyCallbacks& operator=(SettingsScreenControllerProxyCallbacks const&);
27 SettingsScreenControllerProxyCallbacks();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI SettingsScreenControllerProxyCallbacks(::SettingsScreenControllerProxyCallbacks const&);
33
34 MCAPI ~SettingsScreenControllerProxyCallbacks();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCFOLD void* $ctor(::SettingsScreenControllerProxyCallbacks const&);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCFOLD void $dtor();
47 // NOLINTEND
48};
Definition GeneralSettingsScreenControllerProxy.h:5
Definition WorldSettingsScreenControllerProxy.h:5
Definition SettingsScreenControllerProxyCallbacks.h:5