LeviLamina
Loading...
Searching...
No Matches
SignIn.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
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"
9
10// auto generated forward declare list
11// clang-format off
12class ISceneStack;
13class SceneFactory;
14namespace OreUI { class RouteMatcher; }
15// clang-format on
16
17namespace OreUI::EntryPoints {
18
19class SignIn : public ::OreUI::IEntryPoint {
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual bool shouldAddToConfiguration() const /*override*/;
24
25 virtual void addToMatcher(
26 ::OreUI::RouteMatcher& routeMatcher,
27 ::SceneFactory& sceneFactory,
28 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
29 ) const /*override*/;
30 // NOLINTEND
31
32public:
33 // static variables
34 // NOLINTBEGIN
35 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
36
37 MCAPI static ::std::add_lvalue_reference_t<char const[]> ROUTE();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCFOLD bool $shouldAddToConfiguration() const;
44
45 MCAPI void $addToMatcher(
46 ::OreUI::RouteMatcher& routeMatcher,
47 ::SceneFactory& sceneFactory,
48 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
49 ) const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
58
59} // namespace OreUI::EntryPoints
Definition ISceneStack.h:5
Definition SignIn.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5