LeviLamina
Loading...
Searching...
No Matches
TabbedUpsell.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 TabbedUpsell : 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
39 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCREEN_NAME();
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCFOLD bool $shouldAddToConfiguration() const;
46
47 MCAPI void $addToMatcher(
48 ::OreUI::RouteMatcher& routeMatcher,
49 ::SceneFactory& sceneFactory,
50 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
51 ) const;
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace OreUI::EntryPoints
Definition ISceneStack.h:5
Definition TabbedUpsell.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5