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

Classes

struct  CancelTimeInfo

Public Types

enum class  StateBitField : uint { InProgress = 1u << 0 , UserCanCancel = 1u << 1 , TakingTooLong = 1u << 2 , Complete = 1u << 3 }
enum class  StateBitField : uint { InProgress = 1u << 0 , UserCanCancel = 1u << 1 , TakingTooLong = 1u << 2 , Complete = 1u << 3 }
using OnCompleteCallback = ::std::function<void()> const
using DirectoryList = ::std::vector<::Core::PathBuffer<::std::string>>

Public Member Functions

virtual void onStart (::MinecraftScreenModel &)
virtual void tick (::MinecraftScreenModel &minecraftScreenModel)
virtual void onCancel (::MinecraftScreenModel &minecraftScreenModel)
virtual void onExit (::MinecraftScreenModel &)
virtual::LoadingState getLoadingState (::MinecraftScreenModel &) const
virtual::std::string getProgressMessage (::MinecraftScreenModel &) const
virtual::std::string getTitleText () const
virtual::std::string getName () const
MCAPI void _evaluateLoadTime (::std::chrono::seconds const &loadTimeToEvaluate, ::DeleteStorageAreaContentProgressHandler::StateBitField stateToAdd)
MCAPI void _onComplete (::MinecraftScreenModel &minecraftScreenModel)
MCAPI void deleteDirectoryContentsRecursively (::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > &rootPath, ::std::string const &dirToDelete)
MCAPI void $dtor ()
MCAPI void $onStart (::MinecraftScreenModel &)
MCAPI void $tick (::MinecraftScreenModel &minecraftScreenModel)
MCFOLD void $onCancel (::MinecraftScreenModel &minecraftScreenModel)
MCFOLD void $onExit (::MinecraftScreenModel &)
MCAPI::LoadingState $getLoadingState (::MinecraftScreenModel &) const
MCAPI::std::string $getProgressMessage (::MinecraftScreenModel &) const
MCAPI::std::string $getTitleText () const
MCAPI::std::string $getName () const
virtual void onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const &notification)
virtual void onRetry (::MinecraftScreenModel &minecraftScreenModel)
virtual float getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const
virtual void addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const
virtual::std::string getTTSProgressMessage () const
virtual::ProgressAnimation showLoadingBar () const
MCFOLD void $onGameEventNotification (::MinecraftScreenModel &minecraftScreenModel, ::ui::GameEventNotification const &notification)
MCFOLD void $onRetry (::MinecraftScreenModel &minecraftScreenModel)
MCAPI float $getLoadingProgress (::MinecraftScreenModel &minecraftScreenModel) const
MCFOLD void $addEventProperties (::std::unordered_map<::std::string, ::std::string > &eventProperties) const
MCAPI::std::string $getTTSProgressMessage () const
MCFOLD::ProgressAnimation $showLoadingBar () const

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 24, ::std::vector<::Core::PathBuffer<::std::string > > > mDirectoryList
::ll::TypedStorage< 8, 16, ::DeleteStorageAreaContentProgressHandler::CancelTimeInfomCancelTimeInfo
::ll::TypedStorage< 8, 64, ::std::function< void()> const > mOnCompleteCallback
::ll::TypedStorage< 8, 8, ::std::chrono::steady_clock::time_point > mStartTimestamp
::ll::TypedStorage< 4, 4, ::DeleteStorageAreaContentProgressHandler::StateBitField > mStates
::ll::TypedStorage< 8, 32, ::std::string > mDeleteStorageAreaContentTitle
::ll::TypedStorage< 4, 4, ::ProgressHandlerType const > mType
::ll::TypedStorage< 4, 4, ::ProgressAnimation > mProgressAnimation

Member Function Documentation

◆ onStart()

virtual void DeleteStorageAreaContentProgressHandler::onStart ( ::MinecraftScreenModel & )
virtual

Implements ProgressHandler.

◆ tick()

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

Implements ProgressHandler.

◆ onCancel()

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

Implements ProgressHandler.

◆ onExit()

virtual void DeleteStorageAreaContentProgressHandler::onExit ( ::MinecraftScreenModel & )
virtual

Implements ProgressHandler.

◆ getLoadingState()

virtual::LoadingState DeleteStorageAreaContentProgressHandler::getLoadingState ( ::MinecraftScreenModel & ) const
virtual

Implements ProgressHandler.

◆ getProgressMessage()

virtual::std::string DeleteStorageAreaContentProgressHandler::getProgressMessage ( ::MinecraftScreenModel & ) const
virtual

Implements ProgressHandler.

◆ getName()

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

Implements ProgressHandler.

◆ $vftable()

MCAPI void ** DeleteStorageAreaContentProgressHandler::$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.

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