#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 | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
typedef shared_ptr< PrefabTemplateNode > | kanzi::PrefabTemplateNodeSharedPtr |
typedef weak_ptr< PrefabTemplateNode > | kanzi::PrefabTemplateNodeWeakPtr |
using | kanzi::PrefabTemplateSharedPtr = shared_ptr< PrefabTemplate > |