#include <kanzi/core.ui/property/variant.hpp>#include <kanzi/core.ui/resource/resource_manager.hpp>#include <kanzi/core/cpp/cstddef.hpp>#include <kanzi/core/cpp/functional.hpp>#include <kanzi/core/cpp/map.hpp>#include <kanzi/core/cpp/string_view.hpp>#include <kanzi/core/cpp/utility.hpp>#include <kanzi/core/file/file.hpp>#include <kanzi/core/file/read_only_memory_file.hpp>#include <kanzi/core/math/srt_value_2d.hpp>#include <kanzi/core/math/srt_value_3d.hpp>#include <kanzi/core.ui/platform/graphics_context/common/kzs_surface_configuration.h>Classes | |
| class | kanzi::KzbFile |
| Kzb file loader. More... | |
Namespaces | |
| namespace | kanzi |
Functions | |
| ConstByteSpan | kanzi::getKzbMagic () |
| Gets the kzb magic byte sequence. | |
| uint32_t | kanzi::getSupportedKzbFormatVersion () |
| Gets the supported kzb format version. | |
| bool | kanzi::isKzbMagic (ConstByteSpan data) |
| Returns whether the beginning of a byte span matches a kzb magic byte sequence. | |
| bool | kanzi::isKzbMagic (File &file) |
| Returns whether the beginning of a file matches a kzb magic byte sequence. | |