LeviLamina
Loading...
Searching...
No Matches
IEntryPoint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ISceneStack
;
11
class
SceneFactory
;
12
namespace
OreUI {
class
RouteMatcher; }
13
// clang-format on
14
15
namespace
OreUI {
16
17
class
IEntryPoint
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~IEntryPoint
() =
default
;
23
24
// vIndex: 1
25
virtual
bool
shouldAddToConfiguration()
const
= 0;
26
27
// vIndex: 2
28
virtual
void
29
addToMatcher(
::OreUI::RouteMatcher
&,
::SceneFactory
&, ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const
&)
30
const
= 0;
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
39
public
:
40
// virtual function thunks
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
};
45
46
}
// namespace OreUI
ISceneStack
Definition
ISceneStack.h:14
OreUI::IEntryPoint
Definition
IEntryPoint.h:17
OreUI::RouteMatcher
Definition
RouteMatcher.h:7
SceneFactory
Definition
SceneFactory.h:5
src
mc
client
gui
oreui
routing
IEntryPoint.h
Generated on Sat Apr 26 2025 05:55:21 for LeviLamina by
1.12.0