Main Page   Class Hierarchy   Compound List   Header Files   Compound Members  

ddgUIControl Class Reference

Abstract class from which to derive UI objects. More...

#include <ddguicolor.h>

Class diagram for ddgUIControl:

ddgUIObj ddgNode ddgUIColorList ddgUIColor

List of all members.


Public Members

 ddgUIControl (unsigned short x, unsigned short y)
Constructor.

bool init ( void )
Every sub class initializer should call this 1st.

bool draw ( ddgContext *ctx )
Dummy draw method, MUI does the rendering for us.

virtual bool update ( unsigned int _id ) = 0
Update the ui due to some change.

unsigned int id (void)
Get id for this control.


Static Public Members

unsigned int genId (void)
Get new id.

ddgUIControl* find (unsigned int id)
Find the control associated with a given id.


Detailed Description

Abstract class from which to derive UI objects.


The documentation for this class was generated from the following file:
Generated at Sun Sep 17 19:27:57 2000 for Digital Dawn Graphics Toolkit by doxygen 0.49-991205 written by Dimitri van Heesch, © 1997-1999