#include <kanzi/core.ui/bitmap/bitmap_image.hpp>#include <kanzi/core.ui/resource/resource.hpp>#include <kanzi/core.ui/resource/resource_profiling_categories.hpp>#include <kanzi/core/util/byte_span.hpp>#include <kanzi/core/cpp/detail/thread_handle.hpp>#include <kanzi/core/cpp/flat_set.hpp>#include <kanzi/core/cpp/unordered_set.hpp>#include <kanzi/core/cpp/variant.hpp>Classes | |
| class | kanzi::ResourceManager::AcquireTask |
| Load task for a group of resources. More... | |
| class | kanzi::ResourceManager::FinishingQueue |
| Collection of resource loading tasks that have been already been loaded by a loader thread and are waiting to be finished by the main thread. More... | |
| struct | kanzi::ResourceManager::LoadTask |
| Use this base class to implement the load tasks that load new resources. More... | |
| class | kanzi::ResourceManager::ResourceInfoSet::ResourceInfoEntry |
| Entry in the resource set. More... | |
| class | kanzi::ResourceManager::ResourceInfoSet |
| Use a resource information set to get visibility of the resources that are added to or removed from the ResourceManager. More... | |
| class | kanzi::ResourceManager |
| Use the resource manager to access and use resources in kzb files. More... | |
Namespaces | |
| namespace | kanzi |
Typedefs | |
| using | kanzi::ReadOnlyMemoryFilePtr |
| ReadOnlyMemoryFile unique pointer type. | |
| typedef shared_ptr< ResourceManager > | kanzi::ResourceManagerSharedPtr |
| Resource manager shared pointer type. | |