3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ViewRequest.h"
7#include "mc/client/gui/screens/controllers/ClientInstanceScreenController.h"
27 ::ll::TypedStorage<8, 32, ::std::string> path;
28 ::ll::TypedStorage<1, 1, bool> mIncludeInExport;
33 ImageRecord& operator=(ImageRecord
const&);
34 ImageRecord(ImageRecord
const&);
40 MCFOLD ::EduLessonCompleteScreenController::ImageRecord&
41 operator=(::EduLessonCompleteScreenController::ImageRecord&&);
56 ::ll::TypedStorage<8, 24, ::std::vector<::EduLessonCompleteScreenController::ImageRecord>> mImageRecords;
57 ::ll::TypedStorage<4, 4, int> mCurrentImageIndex;
58 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::ImageExportSubController>> mImageExportSubController;
63 EduLessonCompleteScreenController();
68 virtual ~EduLessonCompleteScreenController() =
default;
70 virtual bool _isStillValid() const ;
76 MCAPI explicit EduLessonCompleteScreenController(::std::shared_ptr<::ClientInstanceScreenModel> model);
78 MCAPI
void _buildImageRecords();
80 MCAPI ::ui::ViewRequest _handleImagesExport();
82 MCAPI
void _registerEventHandlers();
88 MCAPI
void* $ctor(::std::shared_ptr<::ClientInstanceScreenModel> model);
94 MCFOLD
bool $_isStillValid() const;
Definition ClientInstanceScreenController.h:5
Definition ClientInstanceScreenModel.h:5
Definition EduLessonCompleteScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ImageExportSubController.h:5
Definition EduLessonCompleteScreenController.h:13