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
10class ISceneStack;
11class SceneFactory;
12namespace OreUI { class RouteMatcher; }
13// clang-format on
14
15namespace OreUI {
16
18public:
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
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42
43 // NOLINTEND
44};
45
46} // namespace OreUI
Definition ISceneStack.h:14
Definition IEntryPoint.h:17
Definition RouteMatcher.h:7
Definition SceneFactory.h:5