|
| virtual void | tick (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | onCancel (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | onExit (::MinecraftScreenModel &minecraftScreenModel) |
| virtual void | onStart (::MinecraftScreenModel &minecraftScreenModel) |
| virtual::std::string | getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const |
|
virtual::std::string | getTitleText () const |
| virtual::std::string | getName () const |
|
virtual::std::string | getTTSProgressMessage () const |
| virtual::LoadingState | getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const |
|
virtual::ProgressAnimation | showLoadingBar () const |
|
MCAPI | EduCloudDownloadProgressHandler (::std::shared_ptr<::WorldFileDownloadManager > downloadManager, ::std::shared_ptr<::ImportState > importState, ::std::string const &id, ::EduCloud::LaunchOptions launchOption, bool canLaunchLocalWorld, ::std::function< void(::SetDownloadProgressHandlerError)> const &setDownloadErrorsStatusCallbacks, ::std::function< void(bool)> const &setReadyToLaunch) |
|
MCAPI void | _leaveProgressHandler (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI::std::string | _updateProgressMessage (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI void | _updateTitle () |
|
MCAPI void * | $ctor (::std::shared_ptr<::WorldFileDownloadManager > downloadManager, ::std::shared_ptr<::ImportState > importState, ::std::string const &id, ::EduCloud::LaunchOptions launchOption, bool canLaunchLocalWorld, ::std::function< void(::SetDownloadProgressHandlerError)> const &setDownloadErrorsStatusCallbacks, ::std::function< void(bool)> const &setReadyToLaunch) |
|
MCAPI void | $dtor () |
|
MCAPI void | $tick (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI void | $onCancel (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI void | $onExit (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI void | $onStart (::MinecraftScreenModel &minecraftScreenModel) |
|
MCFOLD::std::string | $getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCFOLD::std::string | $getTitleText () const |
|
MCAPI::std::string | $getName () const |
|
MCFOLD::std::string | $getTTSProgressMessage () const |
|
MCFOLD::LoadingState | $getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCFOLD::ProgressAnimation | $showLoadingBar () const |
|
virtual void | onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const ¬ification) |
|
virtual void | onRetry (::MinecraftScreenModel &minecraftScreenModel) |
|
virtual float | getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
|
virtual void | addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const |
|
MCFOLD void | $onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const ¬ification) |
|
MCFOLD void | $onRetry (::MinecraftScreenModel &minecraftScreenModel) |
|
MCAPI float | $getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const |
|
MCFOLD void | $addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const |
|
|
::ll::TypedStorage< 4, 4, ::LoadingState > | mLoadingState |
|
::ll::TypedStorage< 4, 4, ::EduCloudUtils::Operation > | mCurrentOperation |
|
::ll::TypedStorage< 4, 4, ::MSGraph::GraphResponse > | mSyncErrorStatus |
|
::ll::TypedStorage< 4, 4, ::MSGraph::GraphResponse > | mGraphErrorStatus |
|
::ll::TypedStorage< 4, 4, ::DownloadError > | mDownloadErrorStatus |
|
::ll::TypedStorage< 4, 4, ::ImportFailure > | mImportErrorStatus |
|
::ll::TypedStorage< 8, 64, ::std::function< void(bool)> > | mSetReadyToLaunch |
|
::ll::TypedStorage< 8, 32, ::std::string > | mTitleText |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::WorldFileDownloadManager > > | mDownloadManager |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::ImportState > > | mImportState |
|
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > | mEduCloudDownloadDelayStart |
|
::ll::TypedStorage< 8, 8, ::std::chrono::milliseconds const > | mDisplayInterval |
|
::ll::TypedStorage< 1, 1, bool const > | mLaunchWorldOnCompletion |
|
::ll::TypedStorage< 1, 1, bool > | mCanceled |
|
::ll::TypedStorage< 1, 1, bool > | mExitingScreen |
|
::ll::TypedStorage< 1, 1, bool > | mCanLaunchLocalWorld |
|
::ll::TypedStorage< 8, 32, ::std::string > | mProgressMessage |
|
::ll::TypedStorage< 8, 32, ::std::string > | mPreviousProgressMessage |
|
::ll::TypedStorage< 4, 4, ::ProgressHandlerType const > | mType |
|
::ll::TypedStorage< 4, 4, ::ProgressAnimation > | mProgressAnimation |