3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/DlcProgressState.h"
8#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
15namespace Json {
class Value; }
22 ::ll::TypedStorage<8, 8, ::IDlcBatchModel&> mDlcBatch;
23 ::ll::TypedStorage<4, 4, uint> mLastActiveImportIndex;
24 ::ll::TypedStorage<8, 64, ::std::function<void(
bool,
bool)>> mOnCompleteCallback;
25 ::ll::TypedStorage<1, 1, bool> mLeaveScreen;
26 ::ll::TypedStorage<1, 1, bool> mShowCloseButton;
27 ::ll::TypedStorage<1, 1, bool> mProcessingUpdates;
28 ::ll::TypedStorage<1, 1, bool> mDisableExitWhileInProgress;
29 ::ll::TypedStorage<8, 8, int64> mLastAudioProgressNotificationUpdate;
30 ::ll::TypedStorage<8, 8, int64 const> mProgressMessageInterval;
31 ::ll::TypedStorage<4, 4, ::DlcProgressState> mProgressState;
36 DlcProgressScreenController& operator=(DlcProgressScreenController
const&);
37 DlcProgressScreenController(DlcProgressScreenController
const&);
38 DlcProgressScreenController();
43 virtual ~DlcProgressScreenController() =
default;
45 virtual ::ui::DirtyFlag tick() ;
47 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
49 virtual bool canExit() ;
55 MCAPI DlcProgressScreenController(
56 ::std::shared_ptr<::MainMenuScreenModel> model,
57 ::std::vector<::DlcId>
const& dlcIds,
58 ::std::function<
void(
bool,
bool)> callback,
60 bool processingUpdates,
61 bool disableExitWhileInProgress
64 MCAPI ::std::string
const _getLocalizedImportProgress()
const;
66 MCAPI ::std::string _getTitleLabel();
68 MCAPI
void _registerBindings();
75 ::std::shared_ptr<::MainMenuScreenModel> model,
76 ::std::vector<::DlcId>
const& dlcIds,
77 ::std::function<
void(
bool,
bool)> callback,
79 bool processingUpdates,
80 bool disableExitWhileInProgress
87 MCAPI ::ui::DirtyFlag $tick();
89 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
91 MCAPI
bool $canExit();
Definition DlcProgressScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition IDlcBatchModel.h:5
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5