Qt 6.x
The Qt SDK
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 53 of file qiosfileengineassetslibrary.mm.

Constructor & Destructor Documentation

◆ QIOSAssetEnumerator()

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

Definition at line 56 of file qiosfileengineassetslibrary.mm.

References ensureAuthorizationDialogNotBlocked(), and kNoAsset.

+ Here is the call graph for this function:

◆ ~QIOSAssetEnumerator()

QIOSAssetEnumerator::~QIOSAssetEnumerator ( )
inline

Definition at line 73 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 91 of file qiosfileengineassetslibrary.mm.

References kNoAsset.

Referenced by ~QIOSAssetEnumerator().

+ Here is the caller graph for this function:

◆ next()

ALAsset * QIOSAssetEnumerator::next ( )
inline

Definition at line 100 of file qiosfileengineassetslibrary.mm.

References kBufferSize, and Q_ASSERT.

Referenced by ~QIOSAssetEnumerator().

+ Here is the caller graph for this function:

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