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 {
23 ::ll::TypedStorage<8, 8, ::ui::ScreenTechStackSelector const&> mScreenTechStackSelector;
28 SendInvitesScreen& operator=(SendInvitesScreen
const&);
29 SendInvitesScreen(SendInvitesScreen
const&);
35 virtual void addToMatcher(
36 ::OreUI::RouteMatcher& routeMatcher,
37 ::SceneFactory& sceneFactory,
38 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>
const& sceneStack
41 virtual bool shouldAddToConfiguration() const ;
43 virtual ~SendInvitesScreen() = default;
49 MCAPI
bool _isOreUISendInvitesScreenEnabled() const;
55 MCAPI static ::std::add_lvalue_reference_t<
char const[]> BASE_ID();
57 MCAPI static ::std::add_lvalue_reference_t<
char const[]> LEGACY_ROUTE();
59 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
65 MCAPI
void $addToMatcher(
66 ::OreUI::RouteMatcher& routeMatcher,
67 ::SceneFactory& sceneFactory,
68 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
71 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