LeviLamina
Loading...
Searching...
No Matches
ScreenshotCarouselPurchaseScreen.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
13struct StoreCatalogItem;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::StoreNavigationOrigin> mNavigationOrigin;
21 ::ll::TypedStorage<4, 4, int> mMaxScreenshots;
22 ::ll::TypedStorage<4, 4, int> mScreenshotsPerRow;
23 ::ll::TypedStorage<8, 8, ::StoreCatalogItem const&> mCatalogItem;
24 ::ll::TypedStorage<4, 4, int> mSelectedScreenShotIndex;
25 ::ll::TypedStorage<4, 4, int> mCollectionIndexOffset;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ScreenshotCarouselPurchaseScreen& operator=(ScreenshotCarouselPurchaseScreen const&);
31 ScreenshotCarouselPurchaseScreen(ScreenshotCarouselPurchaseScreen const&);
32 ScreenshotCarouselPurchaseScreen();
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 virtual ~ScreenshotCarouselPurchaseScreen() /*override*/ = default;
38
39 virtual ::std::string getAdditionalScreenInfo() const /*override*/;
40
41 virtual void _handlePolymorphicButtonPress() = 0;
42
43 virtual ::std::string _getPolymorphicButtonText() const = 0;
44
45 virtual bool _polymorphicButtonVisible() const = 0;
46
47 virtual bool _buttonCoinIconVisible() const = 0;
48
49 virtual bool _polymorphicButtonEnabled() const;
50
51 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification) /*override*/;
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57
58 // NOLINTEND
59};
Definition MainMenuScreenController.h:5
Definition ScreenshotCarouselPurchaseScreen.h:5