Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QIOSAssetEnumerator Class Reference
+ Collaboration diagram for QIOSAssetEnumerator:

Public Member Functions

 QIOSAssetEnumerator (ALAssetsLibrary *assetsLibrary, ALAssetsGroupType type)
 
 ~QIOSAssetEnumerator ()
 
bool hasNext ()
 
ALAsset * next ()
 

Detailed Description

Definition at line 54 of file qiosfileengineassetslibrary.mm.

Constructor & Destructor Documentation

◆ QIOSAssetEnumerator()

QIOSAssetEnumerator::QIOSAssetEnumerator ( ALAssetsLibrary * assetsLibrary,
ALAssetsGroupType type )
inline

Definition at line 57 of file qiosfileengineassetslibrary.mm.

References ensureAuthorizationDialogNotBlocked(), and kNoAsset.

+ Here is the call graph for this function:

◆ ~QIOSAssetEnumerator()

QIOSAssetEnumerator::~QIOSAssetEnumerator ( )
inline

Definition at line 74 of file qiosfileengineassetslibrary.mm.

References hasNext(), and next().

+ Here is the call graph for this function:

Member Function Documentation

◆ hasNext()

bool QIOSAssetEnumerator::hasNext ( )
inline

Definition at line 92 of file qiosfileengineassetslibrary.mm.

References kNoAsset.

Referenced by QIOSAssetData::QIOSAssetData(), and ~QIOSAssetEnumerator().

+ Here is the caller graph for this function:

◆ next()

ALAsset * QIOSAssetEnumerator::next ( )
inline

Definition at line 101 of file qiosfileengineassetslibrary.mm.

References kBufferSize, and Q_ASSERT.

Referenced by QIOSAssetData::QIOSAssetData(), and ~QIOSAssetEnumerator().

+ Here is the caller graph for this function:

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