![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qandroidassetsfileenginehandler.h>
Public Member Functions | |
| AndroidAssetsFileEngineHandler () | |
| std::unique_ptr< QAbstractFileEngine > | create (const QString &fileName) const override |
| If this file handler can handle fileName, this method creates a file engine and returns it wrapped in a std::unique_ptr; otherwise returns nullptr. | |
| Public Member Functions inherited from QAbstractFileEngineHandler | |
| QAbstractFileEngineHandler () | |
| Constructs a file handler and registers it with Qt. | |
| virtual | ~QAbstractFileEngineHandler () |
| Destroys the file handler. | |
Definition at line 16 of file qandroidassetsfileenginehandler.h.
| AndroidAssetsFileEngineHandler::AndroidAssetsFileEngineHandler | ( | ) |
Definition at line 378 of file qandroidassetsfileenginehandler.cpp.
|
overridevirtual |
If this file handler can handle fileName, this method creates a file engine and returns it wrapped in a std::unique_ptr; otherwise returns nullptr.
Example:
Implements QAbstractFileEngineHandler.
Definition at line 384 of file qandroidassetsfileenginehandler.cpp.