3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
18 ::ll::TypedStorage<8, 8, ::Player&> mPlayer;
19 ::ll::TypedStorage<8, 8, ::PacketSender&> mPacketSender;
20 ::ll::TypedStorage<8, 24, ::std::vector<::Core::PathBuffer<::std::string>>> mPickPictures;
21 ::ll::TypedStorage<1, 1, bool> mIsEdu;
22 ::ll::TypedStorage<1, 1, bool> mEdited;
27 PortfolioScreenManager& operator=(PortfolioScreenManager
const&);
28 PortfolioScreenManager(PortfolioScreenManager
const&);
29 PortfolioScreenManager();
34 MCAPI
void addPickPicture(::Core::PathBuffer<::std::string>
const& photoPath);
36 MCAPI ::std::string getPickPhotoName(
int index);
38 MCAPI
void getPickPics();
40 MCAPI ::Core::PathBuffer<::std::string>
const* getPickPicture(
int index);
42 MCAPI uint64 getPickPictureSize();
44 MCAPI
void removePickPicture(
int index);
46 MCAPI ~PortfolioScreenManager();
Definition PacketSender.h:17
Definition PortfolioScreenManager.h:5