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