LeviLamina
Loading...
Searching...
No Matches
OfferCollectionComponent.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/store/servicecomponent/StoreUIComponent.h"
8
9// auto generated forward declare list
10// clang-format off
15struct LinksToStyle;
16struct StyleData;
17namespace Json { class Value; }
18// clang-format on
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 8, ::StoreCatalogItem&> mInvalidItem;
25 ::ll::TypedStorage<8, 72, ::StoreCatalogItemVisualLayer> mInvalidItemVisualLayer;
26 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::StoreCatalogItemVisualLayer>>> mOffers;
27 ::ll::TypedStorage<4, 4, uint> mVisibleOfferPerRow;
28 ::ll::TypedStorage<4, 4, uint> mMaxOffers;
29 ::ll::TypedStorage<4, 4, uint> mMaxOffersPerPage;
30 ::ll::TypedStorage<4, 4, uint> mPossibleOffers;
31 ::ll::TypedStorage<4, 4, uint> mFirstVisibleItemIndex;
32 ::ll::TypedStorage<8, 48, ::ImageTelemetryInfo> mImageTelemetryInfo;
33 ::ll::TypedStorage<1, 1, bool> mDirty;
34 ::ll::TypedStorage<8, 32, ::std::string> mLinksToPageId;
35 ::ll::TypedStorage<8, 368, ::LinksToStyle> mLinksToStyle;
36 ::ll::TypedStorage<1, 1, bool> mHasFetchedInitialImages;
37 ::ll::TypedStorage<1, 1, bool> mShowMoreButtonVisible;
38 ::ll::TypedStorage<1, 1, bool> mAreCycleButtonsVisible;
39 ::ll::TypedStorage<8, 208, ::StyleData> mStyleData;
40 ::ll::TypedStorage<8, 16, ::Json::Value> mOfflineJson;
41 // NOLINTEND
42
43public:
44 // virtual functions
45 // NOLINTBEGIN
46 // vIndex: 0
47 virtual ~OfferCollectionComponent() /*override*/ = default;
48
49 // vIndex: 5
50 virtual void getComponentDependanciesToAdd(::std::vector<::std::shared_ptr<::StoreUIComponent>>&) /*override*/;
51
52 // vIndex: 7
53 virtual void tick(::ui::DirtyFlag&) /*override*/;
54
55 // vIndex: 9
56 virtual bool canRemove() const /*override*/;
57
58 // vIndex: 10
59 virtual int getReadyCount() const /*override*/;
60
61 // vIndex: 12
62 virtual ::ImageTelemetryInfo getImageTelemetry() const /*override*/;
63
64 // vIndex: 16
65 virtual void _registerBindsAndEvents(::StoreDataDrivenScreenController&) /*override*/;
66
67 // vIndex: 15
68 virtual void _parseData(::Json::Value const&) /*override*/;
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74
75 // NOLINTEND
76
77public:
78 // virtual function thunks
79 // NOLINTBEGIN
80
81 // NOLINTEND
82};
Definition Value.h:16
Definition OfferCollectionComponent.h:20
Definition StoreCatalogItemVisualLayer.h:5
Definition StoreCatalogItem.h:5
Definition StoreDataDrivenScreenController.h:5
Definition StoreUIComponent.h:19
Definition ImageTelemetryInfo.h:5
Definition LinksToStyle.h:5
Definition StyleData.h:10