|
|
DlcBatchModel & | operator= (DlcBatchModel const &) |
| virtual bool | containsProductId (::std::string const &productId) const |
| virtual void | searchForProductIds (::std::function< void(bool)> searchCompleteCallback) |
| virtual void | beginExclusiveDownload () |
| virtual void | beginPackDownload () |
| virtual void | beginPackDownloadWithPossibleThrottleWarning () |
| virtual void | beginAutoDownload () |
| virtual void | beginWorldPackDownload () |
| virtual void | cancelInactiveDownloads () |
| virtual void | cancelDownload () |
| virtual void | cancelPendingDownload () |
| virtual void | cancelPendingImport () |
| virtual void | pauseDownload () |
| virtual void | resumeDownload () |
| virtual bool | isDownloadingOrImporting () const |
| virtual bool | isDownloading () const |
| virtual bool | isDownloadComplete () const |
| virtual uint64 | getDownloadSize () const |
| virtual uint64 | getDownloadedBytes () const |
| virtual float | getDownloadProgress () const |
| virtual uint64 | getDownloadedCount () const |
| virtual ::std::optional< int > | getIndexOfActiveDownload () const |
| virtual bool | isImporting () const |
| virtual bool | isImportWaiting () const |
| virtual uint64 | getImportTotal () const |
| virtual uint64 | getImportedCount () const |
| virtual float | getImportProgress () const |
| virtual int | getIndexOfActiveImport () const |
| virtual ::std::vector<::DlcId > const & | getDlcIds () const |
| virtual::ItemInstallState | getDlcInstalledState () const |
| virtual bool | isContentSearchComplete () |
| virtual bool | isFailed () const |
| virtual bool | isCancelled () const |
| virtual void | setSilent (bool newSilent) |
| virtual bool | isSilent () const |
| virtual::IContentAcquisition & | contentAcquisition () const |
| virtual::IStoreCatalogRepository & | storeCatalog () const |
|
MCAPI | DlcBatchModel (::DlcBatchModel const &) |
|
MCAPI | DlcBatchModel (::IDlcBatchModel const &ref) |
|
MCAPI | DlcBatchModel (::IContentAcquisition &contentAcquisition, ::IStoreCatalogRepository &storeCatalog, ::std::vector<::DlcId > const &dlcIds) |
|
MCAPI | DlcBatchModel (::IContentAcquisition &contentAcquisition, ::IStoreCatalogRepository &storeCatalog, ::std::vector<::PackIdVersion > const &packIds) |
|
MCAPI | DlcBatchModel (::IContentAcquisition &contentAcquisition, ::IStoreCatalogRepository &storeCatalog, ::std::vector<::std::string > const &productIds) |
|
MCAPI bool | _canBeginDownload () const |
|
MCAPI void * | $ctor (::DlcBatchModel const &) |
|
MCAPI void * | $ctor (::IDlcBatchModel const &ref) |
|
MCAPI void * | $ctor (::IContentAcquisition &contentAcquisition, ::IStoreCatalogRepository &storeCatalog, ::std::vector<::DlcId > const &dlcIds) |
|
MCAPI void * | $ctor (::IContentAcquisition &contentAcquisition, ::IStoreCatalogRepository &storeCatalog, ::std::vector<::PackIdVersion > const &packIds) |
|
MCAPI void * | $ctor (::IContentAcquisition &contentAcquisition, ::IStoreCatalogRepository &storeCatalog, ::std::vector<::std::string > const &productIds) |
|
MCAPI void | $dtor () |
|
MCAPI bool | $containsProductId (::std::string const &productId) const |
|
MCAPI void | $searchForProductIds (::std::function< void(bool)> searchCompleteCallback) |
|
MCAPI void | $beginExclusiveDownload () |
|
MCAPI void | $beginPackDownload () |
|
MCAPI void | $beginPackDownloadWithPossibleThrottleWarning () |
|
MCAPI void | $beginAutoDownload () |
|
MCAPI void | $beginWorldPackDownload () |
|
MCAPI void | $cancelInactiveDownloads () |
|
MCAPI void | $cancelDownload () |
|
MCAPI void | $cancelPendingDownload () |
|
MCAPI void | $cancelPendingImport () |
|
MCAPI void | $pauseDownload () |
|
MCAPI void | $resumeDownload () |
|
MCAPI bool | $isDownloadingOrImporting () const |
|
MCAPI bool | $isDownloading () const |
|
MCAPI bool | $isDownloadComplete () const |
|
MCAPI uint64 | $getDownloadSize () const |
|
MCAPI uint64 | $getDownloadedBytes () const |
|
MCAPI float | $getDownloadProgress () const |
|
MCAPI uint64 | $getDownloadedCount () const |
|
MCAPI ::std::optional< int > | $getIndexOfActiveDownload () const |
|
MCAPI bool | $isImporting () const |
|
MCAPI bool | $isImportWaiting () const |
|
MCAPI uint64 | $getImportTotal () const |
|
MCAPI uint64 | $getImportedCount () const |
|
MCAPI float | $getImportProgress () const |
|
MCAPI int | $getIndexOfActiveImport () const |
|
MCFOLD ::std::vector<::DlcId > const & | $getDlcIds () const |
|
MCAPI::ItemInstallState | $getDlcInstalledState () const |
|
MCFOLD bool | $isContentSearchComplete () |
|
MCAPI bool | $isFailed () const |
|
MCAPI bool | $isCancelled () const |
|
MCAPI void | $setSilent (bool newSilent) |
|
MCFOLD bool | $isSilent () const |
|
MCFOLD::IContentAcquisition & | $contentAcquisition () const |
|
MCFOLD::IStoreCatalogRepository & | $storeCatalog () const |
|
MCFOLD void * | $ctor () |
|
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
|
|
::ll::TypedStorage< 8, 8, ::IContentAcquisition & > | mContentAcquisition |
|
::ll::TypedStorage< 8, 8, ::IStoreCatalogRepository & > | mStoreCatalog |
|
::ll::TypedStorage< 8, 16, ::std::shared_ptr< bool > > | mDlcBatchExistenceTracker |
|
::ll::TypedStorage< 8, 24, ::std::vector<::DlcId > > | mDlcIds |
|
::ll::TypedStorage< 8, 24, ::std::vector<::PackIdVersion > > | mPackIds |
|
::ll::TypedStorage< 4, 4, ::DlcBatchModel::DlcProductIdSearch > | mDlcProductIdSearch |
|
::ll::TypedStorage< 4, 4, ::InitiatorCategory > | mInitiatorCategory |
|
::ll::TypedStorage< 1, 1, bool > | mSilent |
|
::ll::TypedStorage< 8, 16, ::std::optional<::IContentAcquisition::ImportCallbackId > > | mBatchId |
|
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |