|
|
LocalWorldList & | operator= (LocalWorldList const &) |
|
| LocalWorldList (LocalWorldList const &) |
| virtual void | onLevelAdded (::std::string const &levelId) |
| virtual void | onLevelUpdated (::std::string const &levelId) |
| virtual void | onLevelDeleted (::std::string const &levelId) |
| virtual void | onSummaryUpdated (::std::string const &levelId) |
| virtual void | onStorageChanged () |
|
MCAPI | LocalWorldList (::ILevelListCache &levelListCache, ::std::shared_ptr<::OptionRegistry > options, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager > entitlementManager, bool isEditorMode) |
|
MCAPI void | _checkIfOtherStorageContainsWorlds () |
|
MCAPI void | _filterWorlds (::std::vector<::LevelSummary > &worlds, ::TrialManager const &trialManager, bool isEditorMode) |
|
MCFOLD bool const | getOtherStorageContainsWorlds () const |
|
MCAPI ::Core::PathBuffer<::std::string > const | getWorldDirectoryPath () const |
|
MCFOLD ::std::vector<::LevelSummary > const & | getWorlds () const |
|
MCFOLD bool | isDirty () const |
|
MCFOLD void | onEntitlementRefresh () |
|
MCAPI void | update (::TrialManager const &trialManager) |
|
MCAPI void * | $ctor (::ILevelListCache &levelListCache, ::std::shared_ptr<::OptionRegistry > options, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager > entitlementManager, bool isEditorMode) |
|
MCAPI void | $dtor () |
|
MCFOLD void | $onLevelAdded (::std::string const &levelId) |
|
MCFOLD void | $onLevelUpdated (::std::string const &levelId) |
|
MCFOLD void | $onLevelDeleted (::std::string const &levelId) |
|
MCFOLD void | $onSummaryUpdated (::std::string const &levelId) |
|
MCFOLD void | $onStorageChanged () |
|
SubjectType * | getSubject () |
|
void | removeFromSubject () |
|
virtual void | _onSubjectDestroyed () |
|
|
::ll::TypedStorage< 8, 8, ::ILevelListCache & > | mLevelListCache |
|
::ll::TypedStorage< 8, 24, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager > > | mEntitlementManager |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::OptionRegistry > > | mOptions |
|
::ll::TypedStorage< 8, 16, ::Bedrock::PubSub::Subscription > | mStorageOptionSubscription |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::GenericEntitlementChangeListener > > | mEntitlementChangeListener |
|
::ll::TypedStorage< 1, 1, bool > | mOtherStorageContainsWorlds |
|
::ll::TypedStorage< 1, 1, bool > | mHasCompletedStorageCheck |
|
::ll::TypedStorage< 4, 4, ::FileStorageDirectory > | mLastFileStorageDirectory |
|
::ll::TypedStorage< 1, 1, bool const > | mIsEditorMode |
|
::ll::TypedStorage< 1, 1, bool > | mIsDirty |
|
::ll::TypedStorage< 1, 1, bool > | mLevelListCacheDirty |
|
::ll::TypedStorage< 1, 1, bool > | mAreTrialWorldsHidden |
|
::ll::TypedStorage< 8, 24, ::std::vector<::LevelSummary > > | mLocalWorldList |
|
SubjectType * | mpSubject |