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