![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLObject.h>
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 () |
Public Member Functions inherited from FX::FXGLObject | |
| FXGLObject () | |
| FXGLObject (const FXGLObject &orig) | |
| virtual FXbool | canDelete () const |
| virtual | ~FXGLObject () |
Public Member Functions inherited from FX::FXObject | |
| virtual long | onDefault (FXObject *, FXSelector, void *) |
| const FXchar * | getClassName () const |
| bool | isMemberOf (const FXMetaClass *metaclass) const |
| virtual long | tryHandle (FXObject *sender, FXSelector sel, void *ptr) |
| virtual | ~FXObject () |
Additional Inherited Members | |
Public Types inherited from FX::FXGLObject | |
| enum | { ID_LAST =10000 } |
Group object.
|
inline |
Constructor.
|
inline |
Copy constructor.
|
virtual |
Destructor.
|
inline |
Return list of childern.
|
virtual |
Return bounding box.
Reimplemented from FX::FXGLObject.
|
virtual |
Draw into viewer.
Reimplemented from FX::FXGLObject.
|
virtual |
Hit in viewer.
Reimplemented from FX::FXGLObject.
|
virtual |
Copy this object.
Reimplemented from FX::FXGLObject.
|
virtual |
Identify object by means of path.
Reimplemented from FX::FXGLObject.
|
virtual |
Return TRUE if group can be dragged.
Reimplemented from FX::FXGLObject.
|
virtual |
Drag group object.
Reimplemented from FX::FXGLObject.
|
inline |
Return number of children.
|
inline |
Child at position.
|
inline |
Insert child object at given position.
|
inline |
Prepend child object.
|
inline |
Append child object.
|
inline |
Replace child object.
|
inline |
Remove child object.
|
inline |
Remove child object at given position.
|
inline |
Remove all children.
|
virtual |
Stream save and load.
Reimplemented from FX::FXObject.
|
virtual |
Load object from stream.
Reimplemented from FX::FXObject.
|
|