![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXGLObject.h>
Inheritance diagram for FX::FXGLLine:

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) |
Public Attributes | |
| FXGLPoint | fm |
| FXGLPoint | to |
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
||||||||||||||||||||||||||||
|
Construct with specified endpoints.
|
|
|
Called by the viewer to get bounds for this object.
Reimplemented from FX::FXGLObject. |
|
|
Draw this object in a viewer.
Reimplemented from FX::FXGLObject. |
|
|
Copy this object.
Reimplemented from FX::FXGLObject. |
|
|
Draw this object for hit-testing purposes.
Reimplemented from FX::FXGLObject. |
|
|
Save to a stream.
Reimplemented from FX::FXObject. |
|
|
Load from a stream.
Reimplemented from FX::FXObject. |
|
|
|
|
|
|
|
|