LeviLamina
Loading...
Searching...
No Matches
PortfolioScreenControllerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7
8// auto generated forward declare list
9// clang-format off
11struct PhotoRecord;
12namespace Core { class Path; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
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;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 PortfolioScreenControllerProxyCallbacks& operator=(PortfolioScreenControllerProxyCallbacks const&);
34 PortfolioScreenControllerProxyCallbacks();
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI PortfolioScreenControllerProxyCallbacks(::PortfolioScreenControllerProxyCallbacks const&);
40
41 MCAPI ~PortfolioScreenControllerProxyCallbacks();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::PortfolioScreenControllerProxyCallbacks const&);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
Definition Path.h:10
Definition MinecraftScreenModel.h:5
Definition PhotoRecord.h:5
Definition PortfolioScreenControllerProxyCallbacks.h:5