Kanzi 4.0.0-beta2
prefab.hpp File Reference

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

using kanzi::PrefabTemplateNodeSharedPtr
 PrefabTemplateNode shared pointer type.
 
using kanzi::PrefabTemplateNodeWeakPtr
 PrefabTemplateNode weak pointer type.
 
using kanzi::PrefabTemplateSharedPtr