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 { struct 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 // member functions
25 // NOLINTBEGIN
26 MCAPI ~AbstractSceneProxyCallbacks();
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCFOLD void $dtor();
33 // NOLINTEND
34};
Definition ScreenControllerProxy.h:5
Definition ScreenViewProxy.h:5
Definition AbstractSceneProxyCallbacks.h:5
Definition IViewTestHelper.h:7