3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/IContentManagerContext.h"
7#include "mc/platform/brstd/move_only_function.h"
20 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::shared_ptr<::ContentItem const>)>> mContextPredicate;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::ContentView>>> mContentViews;
22 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::IContentManager>> mManager;
27 ContentManagerContext();
32 virtual ~ContentManagerContext() ;
34 virtual ::ContentView& getContentView(
35 ::brstd::move_only_function<
bool(::std::shared_ptr<::ContentItem const>
const&)> predicate
38 virtual ::std::vector<::std::unique_ptr<::ContentView>>
const& getContentViews() const ;
40 virtual
void onLanguageChanged() ;
46 MCAPI ContentManagerContext(
47 ::std::weak_ptr<::IContentManager> manager,
48 ::std::function<
bool(::std::shared_ptr<::ContentItem const> const&)> contextPredicate
56 ::std::weak_ptr<::IContentManager> manager,
57 ::std::function<
bool(::std::shared_ptr<::ContentItem const> const&)> contextPredicate
71 $getContentView(::brstd::move_only_function<
bool(::std::shared_ptr<::ContentItem const> const&)> predicate);
73 MCFOLD ::std::vector<::std::unique_ptr<::ContentView>> const& $getContentViews() const;
75 MCAPI
void $onLanguageChanged();
Definition ContentManagerContext.h:5
static MCAPI void ** $vftable()
Definition ContentView.h:5
Definition IContentManagerContext.h:5
Definition IContentManager.h:5
Definition ContentItem.h:5