#include <kanzi/core.ui/binding/binding_load_info.hpp>#include <kanzi/core.ui/node/node.hpp>#include <kanzi/core.ui/property/variant.hpp>#include <kanzi/core.ui/resource/resource.hpp>#include <kanzi/core/cpp/unordered_set.hpp>#include <kanzi/core/property/property_type.hpp>Classes | |
| class | kanzi::PrefabTemplate |
| A prefab template contains information that is required to create a tree of Node instances. More... | |
| class | kanzi::PrefabTemplateNode |
| A prefab template node contains information that is required to create node instances: the metaclass of the node, the (initial) property values of the node, information about the bindings and node components of the node, and the list of of child nodes. More... | |
Namespaces | |
| namespace | kanzi |
Typedefs | |
| typedef shared_ptr< PrefabTemplateNode > | kanzi::PrefabTemplateNodeSharedPtr |
| typedef weak_ptr< PrefabTemplateNode > | kanzi::PrefabTemplateNodeWeakPtr |
| using | kanzi::PrefabTemplateSharedPtr |