LeviLamina
Loading...
Searching...
No Matches
RecentlyViewedCollector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/CatalogPackCollector.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
11class SkinPackModel;
13struct IEntitlementManager;
15namespace mce { class UUID; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mOrderedRecentSkinPackIds;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 RecentlyViewedCollector();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~RecentlyViewedCollector() /*override*/ = default;
33
34 virtual void collect(
35 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entMgr,
36 ::SkinRepositoryClientInterface& skinRepo,
37 ::std::vector<::std::shared_ptr<::SkinPackModel>>& skinPacks,
38 ::std::unordered_set<::mce::UUID>& handledPackSet
39 ) /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45 MCAPI RecentlyViewedCollector(
46 ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService> const& catalog,
47 ::SkinRepositoryClientInterface& skinRepo
48 );
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(
55 ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService> const& catalog,
56 ::SkinRepositoryClientInterface& skinRepo
57 );
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI void $collect(
64 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entMgr,
65 ::SkinRepositoryClientInterface& skinRepo,
66 ::std::vector<::std::shared_ptr<::SkinPackModel>>& skinPacks,
67 ::std::unordered_set<::mce::UUID>& handledPackSet
68 );
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCNAPI static void** $vftable();
75 // NOLINTEND
76};
Definition CatalogPackCollector.h:5
Definition RecentlyViewedCollector.h:5
static MCAPI void ** $vftable()
Definition SkinPackModel.h:5
Definition UUID.h:7
Definition ContentCatalogService.h:5
Definition SkinRepositoryClientInterface.h:5