![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXGLObject.h>
Public Member Functions | |
FXGLLine () | |
FXGLLine (const FXGLLine &orig) | |
FXGLLine (FXfloat fx, FXfloat fy, FXfloat fz, FXfloat tx, FXfloat ty, FXfloat tz) | |
virtual void | bounds (FXRangef &box) |
virtual void | draw (FXGLViewer *viewer) |
virtual FXGLObject * | copy () |
virtual void | hit (FXGLViewer *viewer) |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
![]() | |
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 () |
![]() | |
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 | |
FXGLPoint | fm |
FXGLPoint | to |
Additional Inherited Members | |
![]() | |
enum | { ID_LAST =10000 } |
OpenGL Line Object.
FX::FXGLLine::FXGLLine | ( | ) |
Default constructor.
FX::FXGLLine::FXGLLine | ( | const FXGLLine & | orig | ) |
Copy constructor.
Construct with specified endpoints.
|
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 |
Copy this object.
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.
FXGLPoint FX::FXGLLine::fm |
FXGLPoint FX::FXGLLine::to |
![]() |