AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzUIPanel Class Reference

#include <CzUIPanel.h>

Inheritance diagram for CzUIPanel:
CzUIBase CzActorImage CzActor IzXomlResource IzAnimTarget CzUICanvas CzUIStackPanel CzUIWrapPanel CzUITabBar

List of all members.

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.

Member Typedef Documentation

typedef CzList<CzActor*>::iterator CzUIPanel::_Iterator

Constructor & Destructor Documentation

CzUIPanel::CzUIPanel ( ) [inline]
CzUIPanel::~CzUIPanel ( ) [virtual]

Member Function Documentation

_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]

Member Data Documentation

Collection of actors that are linked to this panel.


The documentation for this class was generated from the following files: