3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
12namespace Core {
class Path; }
19 ::ll::TypedStorage<8, 64, ::std::function<void(::std::vector<::Core::PathBuffer<::std::string>>)>> mSetScreenshots;
20 ::ll::TypedStorage<8, 64, ::std::function<void(::std::function<
bool(::std::string&, ::Core::Path
const&)>)>>
21 mSetImageMetaDataLoader;
22 ::ll::TypedStorage<8, 64, ::std::function<void()>> mCallOpen;
23 ::ll::TypedStorage<8, 64, ::std::function<::std::vector<::PhotoRecord>&()>> mGetPhotoRecords;
24 ::ll::TypedStorage<8, 64, ::std::function<void(
bool)>> mSaveCaptions;
25 ::ll::TypedStorage<8, 64, ::std::function<::MinecraftScreenModel&()>> mGetMinecraftScreenModel;
26 ::ll::TypedStorage<8, 64, ::std::function<void(uint64)>> mDeletePhoto;
27 ::ll::TypedStorage<8, 64, ::std::function<void(uint64)>> mCreatePhotoItem;
28 ::ll::TypedStorage<8, 64, ::std::function<void()>> mLeaveScreen;
33 PortfolioScreenControllerProxyCallbacks& operator=(PortfolioScreenControllerProxyCallbacks
const&);
34 PortfolioScreenControllerProxyCallbacks();
39 MCAPI PortfolioScreenControllerProxyCallbacks(::PortfolioScreenControllerProxyCallbacks
const&);
41 MCAPI ~PortfolioScreenControllerProxyCallbacks();
47 MCAPI
void* $ctor(::PortfolioScreenControllerProxyCallbacks
const&);
Definition MinecraftScreenModel.h:5
Definition PhotoRecord.h:5
Definition PortfolioScreenControllerProxyCallbacks.h:5