3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/client/gui/oreui/routing/RouteFlags.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
18namespace OreUI::EntryPoints {
24 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
29 StartFromTemplate& operator=(StartFromTemplate
const&);
30 StartFromTemplate(StartFromTemplate
const&);
36 virtual bool shouldAddToConfiguration() const ;
38 virtual
void addToMatcher(
39 ::OreUI::RouteMatcher& routeMatcher,
40 ::SceneFactory& sceneFactory,
41 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
48 MCAPI explicit StartFromTemplate(::ui::ScreenTechStackSelector const& screenTechStackSelector);
54 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_SCREEN_ID();
56 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
58 MCAPI static ::std::add_lvalue_reference_t<
char const[]> LEGACY_ROUTE();
60 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
66 MCAPI
void* $ctor(::ui::ScreenTechStackSelector const& screenTechStackSelector);
72 MCAPI
bool $shouldAddToConfiguration() const;
74 MCAPI
void $addToMatcher(
75 ::OreUI::RouteMatcher& routeMatcher,
76 ::SceneFactory& sceneFactory,
77 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition StartFromTemplate.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7