Load task for a group of resources.
More...
#include <kanzi/core.ui/resource/resource_manager.hpp>
Load task for a group of resources.
The task is created from a set of URLs and a callback. When Kanzi loads all URLs, it calls the callback.
- See also
- acquireResourcesAsync, wait
kanzi::ResourceManager::AcquireTask::AcquireTask |
( |
| ) |
|
|
inlineexplicit |
ResourceSharedPtr kanzi::ResourceManager::AcquireTask::getLoadedResource |
( |
string_view |
url | ) |
const |
|
inline |
Gets a resource that has been loaded by this task.
If the loading is not yet finished, or if the given URL has failed to load, returns a null pointer.
- Parameters
-
url | The URL of a resource in this load task. |
- Returns
- The loaded resource, or null if the resource has not been succesfully loaded.
bool kanzi::ResourceManager::AcquireTask::isFinished |
( |
| ) |
const |
|
inline |
Tells whether the task has been finished and the callback called.
- Returns
- True if the task has finished.
The documentation for this class was generated from the following file: