AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzUIPanel.h>
Public Types | |
typedef CzList< CzActor * > ::iterator | _Iterator |
Public Member Functions | |
_Iterator | begin () |
_Iterator | end () |
CzUIPanel () | |
virtual | ~CzUIPanel () |
Protected Member Functions | |
virtual void | LinkChanged (CzActor *child, bool remove) |
Called from an actor when an actor that links to this actor unlinks itself. | |
void | RemoveActor (CzActor *actor) |
Protected Attributes | |
CzList< CzActor * > | Children |
Collection of actors that are linked to this panel. |
typedef CzList<CzActor*>::iterator CzUIPanel::_Iterator |
CzUIPanel::CzUIPanel | ( | ) | [inline] |
CzUIPanel::~CzUIPanel | ( | ) | [virtual] |
_Iterator CzUIPanel::begin | ( | ) | [inline] |
_Iterator CzUIPanel::end | ( | ) | [inline] |
void CzUIPanel::LinkChanged | ( | CzActor * | child, |
bool | remove | ||
) | [protected, virtual] |
Called from an actor when an actor that links to this actor unlinks itself.
Reimplemented from CzActor.
Reimplemented in CzUITabBar, and CzUICanvas.
void CzUIPanel::RemoveActor | ( | CzActor * | actor | ) | [protected] |
CzList<CzActor*> CzUIPanel::Children [protected] |
Collection of actors that are linked to this panel.