Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLObject.h>
Inheritance diagram for FX::FXGLGroup:
Public Member Functions | |
FXGLGroup () | |
FXGLGroup (const FXGLGroup &orig) | |
FXGLObjectList & | getList () |
virtual void | bounds (FXRangef &box) |
virtual void | draw (FXGLViewer *viewer) |
virtual void | hit (FXGLViewer *viewer) |
virtual FXGLObject * | copy () |
virtual FXGLObject * | identify (FXuint *path) |
virtual FXbool | canDrag () const |
virtual FXbool | drag (FXGLViewer *viewer, FXint fx, FXint fy, FXint tx, FXint ty) |
FXint | no () const |
FXGLObject * | child (FXint pos) const |
void | insert (FXint pos, FXGLObject *obj) |
void | prepend (FXGLObject *obj) |
void | append (FXGLObject *obj) |
void | replace (FXint pos, FXGLObject *obj) |
void | remove (FXGLObject *obj) |
void | erase (FXint pos) |
void | clear () |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXGLGroup () |
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Return list of childern.
|
|
Return bounding box.
Reimplemented from FX::FXGLObject. |
|
Draw into viewer.
Reimplemented from FX::FXGLObject. |
|
Hit in viewer.
Reimplemented from FX::FXGLObject. |
|
Copy this object.
Reimplemented from FX::FXGLObject. |
|
Identify object by means of path.
Reimplemented from FX::FXGLObject. |
|
Return TRUE if group can be dragged.
Reimplemented from FX::FXGLObject. |
|
Drag group object.
Reimplemented from FX::FXGLObject. |
|
Return number of children.
|
|
Child at position.
|
|
Insert child object at given position.
|
|
Prepend child object.
|
|
Append child object.
|
|
Replace child object.
|
|
Remove child object.
|
|
Remove child object at given position.
|
|
Remove all children.
|
|
Stream save and load.
Reimplemented from FX::FXObject. |
|
Load object from stream.
Reimplemented from FX::FXObject. |
Copyright © 1997-2005 Jeroen van der Zijp |