![]() |
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. | |
![]() | |
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 377 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 383 of file qandroidassetsfileenginehandler.cpp.