#include <kanzi/core.ui/bitmap/bitmap_image.hpp>
#include <kanzi/core.ui/kzb/kzu_binary_common.h>
#include <kanzi/core.ui/resource/resource.hpp>
#include <kanzi/core.ui/resource/resource_profiler.hpp>
#include <kanzi/core/cpp/cstddef.hpp>
#include <kanzi/core/cpp/functional.hpp>
#include <kanzi/core/cpp/map.hpp>
#include <kanzi/core/cpp/memory.hpp>
#include <kanzi/core/cpp/optional.hpp>
#include <kanzi/core/cpp/platform.hpp>
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/cpp/unordered_map.hpp>
#include <kanzi/core/cpp/unordered_set.hpp>
#include <kanzi/core/cpp/utility.hpp>
#include <kanzi/core/cpp/variant.hpp>
#include <kanzi/core/cpp/vector.hpp>
#include <kanzi/core/util/byte_span.hpp>
Classes | |
class | kanzi::ResourceManager |
Use the resource manager to access and use resources in kzb files. More... | |
struct | kanzi::ResourceManager::LoadTask |
Use this base class to implement the load tasks that load new 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... | |
class | kanzi::ResourceManager::AcquireTask |
Load task for a group of resources. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef shared_ptr< KzbFile > | kanzi::KzbFileSharedPtr |
typedef shared_ptr< ResourceManager > | kanzi::ResourceManagerSharedPtr |
Resource manager shared pointer type. More... | |