3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/store/StoreCatalogCategory.h"
10class StoreCatalogItem;
17 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
18 ::ll::TypedStorage<8, 64, ::std::function<bool(::StoreCatalogItem
const&)>> mFilterFunction;
19 ::ll::TypedStorage<1, 1, bool> mAllowSeeMoreBy;
20 ::ll::TypedStorage<4, 4, int> mMaxOffersVisible;
21 ::ll::TypedStorage<1, 1, bool> mIsClientSideInventorySearchEnabled;
22 ::ll::TypedStorage<4, 4, ::StoreCatalogCategory> mCatalogCategory;
23 ::ll::TypedStorage<1, 1, bool> mShowSalesCollection;
24 ::ll::TypedStorage<1, 1, bool> mHideNonSaleList;
25 ::ll::TypedStorage<1, 1, bool> mIsSearchScreen;
30 ItemListInfo& operator=(ItemListInfo
const&);
36 MCAPI ItemListInfo(::ItemListInfo
const&);
39 ::std::string
const& title,
40 ::std::function<
bool(::StoreCatalogItem
const&)> filterFunction,
43 bool isClientSideInventorySearchEnabled,
44 ::StoreCatalogCategory catelogCategory,
45 bool showSalesCollection,
49 MCAPI ~ItemListInfo();
55 MCAPI
void* $ctor(::ItemListInfo
const&);
58 ::std::string
const& title,
59 ::std::function<
bool(::StoreCatalogItem
const&)> filterFunction,
62 bool isClientSideInventorySearchEnabled,
63 ::StoreCatalogCategory catelogCategory,
64 bool showSalesCollection,
Definition ItemListInfo.h:5