![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <androidcontentfileengine.h>
Public Member Functions | |
AndroidContentFileEngineHandler () | |
~AndroidContentFileEngineHandler () | |
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 44 of file androidcontentfileengine.h.
|
default |
|
default |
|
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 258 of file androidcontentfileengine.cpp.