Kanzi  3.9.6
Kanzi Engine API
Prefabs

Prefabs are prefabricated templates that you use to structure your application and to create consistent interfaces. More...

Collaboration diagram for Prefabs:

Classes

class  kanzi::ListBoxItemContainer
 Use the List Box Item Container prefab to create common functionality and decoration for all items in a List Box. More...
 
class  kanzi::ListBoxItemContainer2D
 List Box Item Container for 2D List Box nodes. More...
 
class  kanzi::ListBoxItemContainer3D
 List Box Item Container for 3D List Box nodes. More...
 
class  kanzi::ListBoxItemContainerImpl< TBaseClass, TDerivedClass, TItemLayoutClass >
 Implementation of base List Box Item Container class for List Box. More...
 
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...
 
class  kanzi::PrefabView2D
 Prefab view 2D node. More...
 
class  kanzi::PrefabView3D
 Prefab view 3D node. More...
 
class  kanzi::PrefabViewConcept
 Prefab view concept class. More...
 
class  kanzi::PrefabViewConceptImpl< TBaseClass, TDerivedClass >
 Base class for prefab views. More...
 

Detailed Description

Prefabs are prefabricated templates that you use to structure your application and to create consistent interfaces.

Prefabs allow you to create the building blocks of your application and make the application easier to maintain.