LeviLamina
Loading...
Searching...
No Matches
EduCloudUploadProgressHandler Class Reference
Inheritance diagram for EduCloudUploadProgressHandler:

Public Member Functions

virtual void tick (::MinecraftScreenModel &minecraftScreenModel)
virtual void onCancel (::MinecraftScreenModel &minecraftScreenModel)
virtual void onStart (::MinecraftScreenModel &minecraftScreenModel)
virtual::LoadingState getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const
virtual::std::string getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const
virtual float getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const
virtual::std::string getTitleText () const
virtual::std::string getName () const
virtual::ProgressAnimation showLoadingBar () const
MCAPI EduCloudUploadProgressHandler (::std::string levelId, ::std::string levelName, ::Bedrock::NonOwnerPointer<::EduCloud::IEduCloudSaveSystem > eduCloudSaveSystem, ::std::optional<::CloudSaveLevelInfo > cloudSaveLevelInfo)
MCAPI::std::string const getUploadErrorCode () const
MCAPI void getUploadErrorStrings (::MSGraph::GraphResponse errorStatus)
MCAPI void startUpload ()
MCAPI void updateText (::MinecraftScreenModel &minecraftScreenModel)
MCAPI void * $ctor (::std::string levelId, ::std::string levelName, ::Bedrock::NonOwnerPointer<::EduCloud::IEduCloudSaveSystem > eduCloudSaveSystem, ::std::optional<::CloudSaveLevelInfo > cloudSaveLevelInfo)
MCAPI void $dtor ()
MCAPI void $tick (::MinecraftScreenModel &minecraftScreenModel)
MCAPI void $onCancel (::MinecraftScreenModel &minecraftScreenModel)
MCAPI void $onStart (::MinecraftScreenModel &minecraftScreenModel)
MCFOLD::LoadingState $getLoadingState (::MinecraftScreenModel &minecraftScreenModel) const
MCAPI::std::string $getProgressMessage (::MinecraftScreenModel &minecraftScreenModel) const
MCAPI float $getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const
MCAPI::std::string $getTitleText () const
MCAPI::std::string $getName () const
MCFOLD::ProgressAnimation $showLoadingBar () const
virtual void onExit (::MinecraftScreenModel &minecraftScreenModel)
MCFOLD void $onExit (::MinecraftScreenModel &minecraftScreenModel)
virtual void onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const &notification)
virtual void onRetry (::MinecraftScreenModel &minecraftScreenModel)
virtual void addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const
virtual::std::string getTTSProgressMessage () const
MCFOLD void $onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const &notification)
MCFOLD void $onRetry (::MinecraftScreenModel &minecraftScreenModel)
MCFOLD void $addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const
MCAPI::std::string $getTTSProgressMessage () const

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::EduCloud::IEduCloudSaveSystem > > mEduCloudSaveSystem
::ll::TypedStorage< 4, 4, ::LoadingState > mLoadingState
::ll::TypedStorage< 4, 4, ::EduCloud::UploadWorldProgress > mUploadWorldProgress
::ll::TypedStorage< 8, 16, ::Bedrock::Threading::Async<::Bedrock::Result< bool > > > mUploadHandle
::ll::TypedStorage< 8, 176, ::std::optional<::CloudSaveLevelInfo > > mCloudSaveLevelInfo
::ll::TypedStorage< 8, 16, ::Bedrock::Threading::Async<::Bedrock::Result<::MSGraph::Models::DriveItem, ::MSGraph::Models::GraphError > > > mEduCloudWorldHandle
::ll::TypedStorage< 8, 32, ::std::string > mLevelId
::ll::TypedStorage< 8, 32, ::std::string > mLevelName
::ll::TypedStorage< 4, 4, ::MSGraph::GraphResponse > mErrorStatus
::ll::TypedStorage< 1, 1, bool > mShouldRetryAsNewFile
::ll::TypedStorage< 1, 1, bool > mHasRetriedAsNewFile
::ll::TypedStorage< 1, 1, bool > mExitingErrorScreen
::ll::TypedStorage< 1, 1, bool > mCanceled
::ll::TypedStorage< 8, 32, ::std::string > mTitleText
::ll::TypedStorage< 8, 32, ::std::string > mProgressText
::ll::TypedStorage< 8, 8, ::std::chrono::milliseconds > mEduCloudIsDoneInterval
::ll::TypedStorage< 1, 1, bool > mIsSyncing
::ll::TypedStorage< 8, 32, ::std::string > mPreviousProgressText
::ll::TypedStorage< 4, 4, float > mResumableLoadingProgress
::ll::TypedStorage< 4, 4, float > mLoadingCompletedSpeed
::ll::TypedStorage< 8, 8, uint64 > mFileSize
::ll::TypedStorage< 8, 8, uint64 > mResumableCurrentUploadedAmount
::ll::TypedStorage< 8, 8, uint64 > mResumableCurrentChunkSize
::ll::TypedStorage< 4, 4, ::ProgressHandlerType const > mType
::ll::TypedStorage< 4, 4, ::ProgressAnimation > mProgressAnimation

Member Function Documentation

◆ tick()

virtual void EduCloudUploadProgressHandler::tick ( ::MinecraftScreenModel & minecraftScreenModel)
virtual

Reimplemented from EmptyProgressHandler.

◆ onCancel()

virtual void EduCloudUploadProgressHandler::onCancel ( ::MinecraftScreenModel & minecraftScreenModel)
virtual

Reimplemented from EmptyProgressHandler.

◆ onStart()

virtual void EduCloudUploadProgressHandler::onStart ( ::MinecraftScreenModel & minecraftScreenModel)
virtual

Reimplemented from EmptyProgressHandler.

◆ getLoadingState()

virtual::LoadingState EduCloudUploadProgressHandler::getLoadingState ( ::MinecraftScreenModel & minecraftScreenModel) const
virtual

Implements ProgressHandler.

◆ getProgressMessage()

virtual::std::string EduCloudUploadProgressHandler::getProgressMessage ( ::MinecraftScreenModel & minecraftScreenModel) const
virtual

Implements ProgressHandler.

◆ getLoadingProgress()

virtual float EduCloudUploadProgressHandler::getLoadingProgress ( ::MinecraftScreenModel & minecraftScreenModel) const
virtual

Reimplemented from ProgressHandler.

◆ getName()

virtual::std::string EduCloudUploadProgressHandler::getName ( ) const
virtual

Implements ProgressHandler.

◆ $vftable()

MCAPI void ** EduCloudUploadProgressHandler::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ onExit()

virtual void EmptyProgressHandler::onExit ( ::MinecraftScreenModel & minecraftScreenModel)
virtualinherited

Implements ProgressHandler.


The documentation for this class was generated from the following files: