LeviLamina
Loading...
Searching...
No Matches
UpdateVersion.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 UpdateVersion : 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 // member functions
34 // NOLINTBEGIN
35 MCAPI UpdateVersion();
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
42
43 MCAPI static ::std::add_lvalue_reference_t<char const[]> ROUTE();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCFOLD bool $shouldAddToConfiguration() const;
56
57 MCAPI void $addToMatcher(
58 ::OreUI::RouteMatcher& routeMatcher,
59 ::SceneFactory& sceneFactory,
60 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
61 ) const;
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace OreUI::EntryPoints
Definition ISceneStack.h:5
Definition UpdateVersion.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5