![]() |
Qt 6.x
The Qt SDK
|
#include <androidcontentfileengine.h>
Inheritance diagram for AndroidContentFileEngineHandler:
Collaboration diagram for AndroidContentFileEngineHandler:Public Member Functions | |
| AndroidContentFileEngineHandler () | |
| ~AndroidContentFileEngineHandler () | |
| QAbstractFileEngine * | create (const QString &fileName) const override |
| Creates a file engine for file fileName. | |
Public Member Functions inherited from QAbstractFileEngineHandler | |
| QAbstractFileEngineHandler () | |
| Constructs a file handler and registers it with Qt. | |
| virtual | ~QAbstractFileEngineHandler () |
| Destroys the file handler. | |
| virtual QAbstractFileEngine * | create (const QString &fileName) const =0 |
| Creates a file engine for file fileName. | |
Definition at line 44 of file androidcontentfileengine.h.
|
default |
|
default |
|
overridevirtual |
Creates a file engine for file fileName.
Returns 0 if this file handler cannot handle fileName.
Example:
Implements QAbstractFileEngineHandler.
Definition at line 265 of file androidcontentfileengine.cpp.
References fileName.