![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| SecurityScopedFileEngineHandler () | |
| ~SecurityScopedFileEngineHandler () | |
| void | registerPossiblySecurityScopedURL (NSURL *url) |
| 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. | |
| SecurityScopedFileEngineHandler () | |
| ~SecurityScopedFileEngineHandler () | |
| void | registerPossiblySecurityScopedURL (NSURL *url) |
| 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. | |
Static Public Member Functions | |
| static BackgroundLoader< SecurityScopedFileEngineHandler > & | get () |
| static BackgroundLoader< SecurityScopedFileEngineHandler > & | get () |
Friends | |
| class | SecurityScopedFileEngine |
Definition at line 36 of file qdarwinsecurityscopedfileengine.mm.
| SecurityScopedFileEngineHandler::SecurityScopedFileEngineHandler | ( | ) |
Definition at line 266 of file qdarwinsecurityscopedfileengine.mm.
| SecurityScopedFileEngineHandler::~SecurityScopedFileEngineHandler | ( | ) |
Definition at line 288 of file qdarwinsecurityscopedfileengine.mm.
| SecurityScopedFileEngineHandler::SecurityScopedFileEngineHandler | ( | ) |
| SecurityScopedFileEngineHandler::~SecurityScopedFileEngineHandler | ( | ) |
|
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 334 of file qdarwinsecurityscopedfileengine.mm.
|
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.
|
static |
Definition at line 111 of file qdarwinsecurityscopedfileengine.mm.
|
static |
| void SecurityScopedFileEngineHandler::registerPossiblySecurityScopedURL | ( | NSURL * | url | ) |
Definition at line 293 of file qdarwinsecurityscopedfileengine.mm.
| void SecurityScopedFileEngineHandler::registerPossiblySecurityScopedURL | ( | NSURL * | url | ) |
|
friend |
Definition at line 62 of file qdarwinsecurityscopedfileengine.mm.