LeviLamina
Loading...
Searching...
No Matches
SuggestedContentOffersScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/GameEventNotification.h"
8#include "mc/client/gui/StoreNavigationOrigin.h"
9#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
10
11// auto generated forward declare list
12// clang-format off
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, ::StoreNavigationOrigin> mStoreOrigin;
22 ::ll::TypedStorage<8, 32, ::std::string const> mOptionalBindingSuffix;
23 ::ll::TypedStorage<8, 32, ::std::string const> mDefaultTitleString;
24 ::ll::TypedStorage<8, 32, ::std::string const> mUpsellQueryName;
25 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::SuggestedContentOffersProvider>> mOffersProvider;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 SuggestedContentOffersScreenController();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~SuggestedContentOffersScreenController() /*override*/;
36
37 virtual void onCreation() /*override*/;
38
39 virtual ::ui::DirtyFlag tick() /*override*/;
40
41 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification notification) /*override*/;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI SuggestedContentOffersScreenController(
48 ::std::shared_ptr<::MainMenuScreenModel> model,
49 ::std::string const& upsellQueryName,
50 ::StoreNavigationOrigin storeOrigin,
51 ::std::string const& defaultTitleString,
52 ::std::string const& optionalBindingSuffix
53 );
54
55 MCAPI ::std::string _getSuggestedOffersTitle() const;
56
57 MCAPI void _registerBindings();
58
59 MCAPI void _registerEventHandlers();
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
65 MCAPI void* $ctor(
66 ::std::shared_ptr<::MainMenuScreenModel> model,
67 ::std::string const& upsellQueryName,
68 ::StoreNavigationOrigin storeOrigin,
69 ::std::string const& defaultTitleString,
70 ::std::string const& optionalBindingSuffix
71 );
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77 MCAPI void $dtor();
78 // NOLINTEND
79
80public:
81 // virtual function thunks
82 // NOLINTBEGIN
83 MCAPI void $onCreation();
84
85 MCAPI ::ui::DirtyFlag $tick();
86
87 MCAPI ::ui::DirtyFlag $handleGameEventNotification(::ui::GameEventNotification notification);
88 // NOLINTEND
89
90public:
91 // vftables
92 // NOLINTBEGIN
94
95 MCNAPI static void** $vftableForScreenController();
96 // NOLINTEND
97};
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition SuggestedContentOffersProvider.h:5
Definition SuggestedContentOffersScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()