![]() |
Qt 6.x
The Qt SDK
|
#include <qiosfileenginefactory.h>
Inheritance diagram for QIOSFileEngineFactory:
Collaboration diagram for QIOSFileEngineFactory:Public Member Functions | |
| QAbstractFileEngine * | create (const QString &fileName) const |
| 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 13 of file qiosfileenginefactory.h.
|
inlinevirtual |
Creates a file engine for file fileName.
Returns 0 if this file handler cannot handle fileName.
Example:
Implements QAbstractFileEngineHandler.
Definition at line 16 of file qiosfileenginefactory.h.