![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLObject.h>
Public Member Functions | |
| FXGLPoint () | |
| FXGLPoint (const FXGLPoint &orig) | |
| FXGLPoint (FXfloat x, FXfloat y, FXfloat z) | |
| virtual FXGLObject * | copy () |
| virtual void | bounds (FXRangef &box) |
| virtual void | draw (FXGLViewer *viewer) |
| virtual void | hit (FXGLViewer *viewer) |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
Public Member Functions inherited from FX::FXGLObject | |
| FXGLObject () | |
| FXGLObject (const FXGLObject &orig) | |
| virtual FXGLObject * | identify (FXuint *path) |
| virtual FXbool | canDrag () const |
| virtual FXbool | canDelete () const |
| virtual FXbool | drag (FXGLViewer *viewer, FXint fx, FXint fy, FXint tx, FXint ty) |
| 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 () |
Public Attributes | |
| FXVec3f | pos |
Additional Inherited Members | |
Public Types inherited from FX::FXGLObject | |
| enum | { ID_LAST =10000 } |
OpenGL Point Object.
| FX::FXGLPoint::FXGLPoint | ( | ) |
Default constructor.
| FX::FXGLPoint::FXGLPoint | ( | const FXGLPoint & | orig | ) |
Copy constructor.
|
virtual |
Copy this object.
Reimplemented from FX::FXGLObject.
|
virtual |
Called by the viewer to get bounds for this object.
Reimplemented from FX::FXGLObject.
|
virtual |
Draw this object in a viewer.
Reimplemented from FX::FXGLObject.
|
virtual |
Draw this object for hit-testing purposes.
Reimplemented from FX::FXGLObject.
|
virtual |
Save to a stream.
Reimplemented from FX::FXObject.
|
virtual |
Load from a stream.
Reimplemented from FX::FXObject.
| FXVec3f FX::FXGLPoint::pos |
|
|