LeviLamina
Loading...
Searching...
No Matches
SceneStackProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AbstractScene;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::function<void(::std::function<bool(::AbstractScene const&)>)>> mForEachScreen;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::std::function<void(::AbstractScene&)>)>>
17 mForEachAlwaysAcceptInputScreenWithTop;
18 ::ll::TypedStorage<8, 64, ::std::function<::std::weak_ptr<::AbstractSceneProxy>()>> mGetScreen;
19 ::ll::TypedStorage<8, 64, ::std::function<::std::string()>> mGetScreenName;
20 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mHasScheduledScreens;
21 ::ll::TypedStorage<8, 64, ::std::function<void(::std::shared_ptr<::AbstractScene>, bool)>> mPushScreen;
22 ::ll::TypedStorage<8, 64, ::std::function<void()>> mSchedulePopScreen;
23 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string)>> mScreenOnStack;
24 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mGetScreenTicking;
25 ::ll::TypedStorage<8, 64, ::std::function<void(bool)>> mSetScreenTicking;
26 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mUpdate;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 SceneStackProxyCallbacks& operator=(SceneStackProxyCallbacks const&);
32 SceneStackProxyCallbacks();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI SceneStackProxyCallbacks(::SceneStackProxyCallbacks const&);
38
39 MCAPI ~SceneStackProxyCallbacks();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::SceneStackProxyCallbacks const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53};
Definition AbstractSceneProxy.h:5
Definition AbstractScene.h:5
Definition SceneStackProxyCallbacks.h:5