#include <kanzi/platform/platform.hpp>#include <kanzi/platform/string_view.hpp>#include <kanzi/platform/string.hpp>#include <kanzi/platform/unordered_map.hpp>#include <kanzi/platform/memory.hpp>#include <kanzi/property/property_type.hpp>#include <kanzi/object/metaclass.hpp>#include <system/debug/kzs_error.h>#include "domain_properties.h"Classes | |
| class | kanzi::Domain |
| Domain binds Kanzi subsystems and objects together. More... | |
Namespaces | |
| kanzi | |
Typedefs | |
| typedef shared_ptr< void > | kanzi::ScriptingSystemSharedPtr |
| KANZI_API KzcMemoryManager* kzuUIDomainGetMemoryManager | ( | const kanzi::Domain * | domain | ) |
| KANZI_API KzuMessageDispatcher* kzuUIDomainGetMessageDispatcher | ( | const kanzi::Domain * | domain | ) |
Gets the message dispatcher from UIDomain.
| KANZI_API KzuTaskScheduler* kzuUIDomainGetTaskScheduler | ( | const kanzi::Domain * | domain | ) |
Gets the task scheduler from UIDomain.
| KANZI_API KzuTextRenderer* kzuUIDomainGetTextRenderer | ( | const kanzi::Domain * | domain | ) |
Gets the text renderer from UIDomain.
| KANZI_API kanzi::ObjectFactory* kzuUIDomainGetObjectFactory | ( | const kanzi::Domain * | domain | ) |
Gets the object factory from UIDomain.
| KANZI_API kzsError kzuUIDomainLoadSettingsFromDirectory | ( | const kanzi::Domain * | domain, |
| const KzuBinaryDirectory * | directory | ||
| ) |
Loads settings from directory.
| KANZI_API kzsException kzuUIDomainLoadSettingsFromFile | ( | kanzi::Domain * | domain, |
| const KzuBinaryFileInfo * | file | ||
| ) |
Loads settings from file.
| KANZI_API void kzuUIDomainRegisterModuleMetadata | ( | kanzi::ObjectFactory & | objectFactory, |
| kanzi::Module & | module | ||
| ) |