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;
42 virtual bool shouldAddToConfiguration() const ;
44 virtual
void addToMatcher(
45 ::OreUI::RouteMatcher& routeMatcher,
46 ::SceneFactory& sceneFactory,
47 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
55 ::std::
string const& route,
56 ::std::
string const& screenId,
57 ::std::function<::std::shared_ptr<::AbstractScene>(::SceneFactory&, ::std::
string const&)> sceneCreationCallback
65 ::std::
string const& route,
66 ::std::
string const& screenId,
67 ::std::function<::std::shared_ptr<::AbstractScene>(::SceneFactory&, ::std::
string const&)> sceneCreationCallback
74 MCFOLD
bool $shouldAddToConfiguration() const;
76 MCAPI
void $addToMatcher(
77 ::OreUI::RouteMatcher& routeMatcher,
78 ::SceneFactory& sceneFactory,
79 ::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