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
virtual
~IEntryPoint();
22
23
virtual
bool
shouldAddToConfiguration()
const
= 0;
24
25
virtual
void
addToMatcher(
26
::OreUI::RouteMatcher&,
27
::SceneFactory&,
28
::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const
&
29
)
const
= 0;
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
50
51
}
// namespace OreUI
ISceneStack
Definition
ISceneStack.h:5
OreUI::IEntryPoint
Definition
IEntryPoint.h:7
OreUI::IEntryPoint::$vftable
static MCAPI void ** $vftable()
OreUI::RouteMatcher
Definition
RouteMatcher.h:7
SceneFactory
Definition
SceneFactory.h:5
src-client
mc
client
gui
oreui
routing
IEntryPoint.h
Generated on
for LeviLamina by
1.16.1