#include <CzUITabBar.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
Creates an instance of this class from XML.
LoadFromXoml is the main method used by all classes that can be instantiated from XOML mark-up. This method creates an instance of this class from the supplied XML node structure specified by node. if parent is not NULL then the created instance will utilise the supplied parent to determine where it should live within the app. For example, if the parent is a scene then the actor will be placed in that scene. if the parent is another actor then this actor will be placed into the scene of the supplied actor and linked as a child to the parent actor. If load_chlldren is true then any child nodes contained within the actor will also be loaded. Note that as CzUIListBox is derived from CzUIBase, CzUIBase::LoadFromXoml() will also be called to load CzActor specific properties.
- Parameters:
-
[in] | parent | If non-null, the parent. |
| load_children | true to load child nodes. |
[in] | node | If non-null, the XOML markup node that defines this object |
- Returns:
- negative value for error. if 0 then processing of further XOML will stop.
Reimplemented from CzUIListBox.
The documentation for this class was generated from the following files: