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