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 SendInvitesScreen& operator=(SendInvitesScreen
const&);
30 SendInvitesScreen(SendInvitesScreen
const&);
36 virtual void addToMatcher(
37 ::OreUI::RouteMatcher& routeMatcher,
38 ::SceneFactory& sceneFactory,
39 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const& sceneStack
42 virtual bool shouldAddToConfiguration() const ;
48 MCAPI explicit SendInvitesScreen(::ui::ScreenTechStackSelector const& screenTechStackSelector);
54 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
56 MCAPI static ::std::add_lvalue_reference_t<
char const[]> LEGACY_ROUTE();
58 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
64 MCAPI
void* $ctor(::ui::ScreenTechStackSelector const& screenTechStackSelector);
70 MCAPI
void $addToMatcher(
71 ::OreUI::RouteMatcher& routeMatcher,
72 ::SceneFactory& sceneFactory,
73 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
76 MCAPI
bool $shouldAddToConfiguration() const;
Definition ISceneStack.h:5
Definition SendInvitesScreen.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5
Definition ScreenTechStackSelector.h:7