3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
17namespace OreUI::EntryPoints {
22 using SceneCreationCallback =
23 ::std::function<::std::shared_ptr<::AbstractScene>(::SceneFactory&, ::std::string
const&)>;
28 ::ll::TypedStorage<8, 32, ::std::string> mRoute;
29 ::ll::TypedStorage<8, 32, ::std::string> mScreenId;
31 TypedStorage<8, 64, ::std::function<::std::shared_ptr<::AbstractScene>(::SceneFactory&, ::std::string
const&)>>
32 mSceneCreationCallback;
38 virtual bool shouldAddToConfiguration() const ;
40 virtual
void addToMatcher(
41 ::OreUI::RouteMatcher& routeMatcher,
42 ::SceneFactory& sceneFactory,
43 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
46 virtual ~SingleRoute() = default;
52 MCFOLD
bool $shouldAddToConfiguration() const;
54 MCAPI
void $addToMatcher(
55 ::OreUI::RouteMatcher& routeMatcher,
56 ::SceneFactory& sceneFactory,
57 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition AbstractScene.h:5
Definition ISceneStack.h:5
Definition SingleRoute.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5