|
| FXGLSphere (FXfloat x, FXfloat y, FXfloat z, FXfloat r=1.0f) |
|
| FXGLSphere (FXfloat x, FXfloat y, FXfloat z, FXfloat r, const FXMaterial &mtl) |
|
| FXGLSphere (const FXGLSphere &orig) |
|
virtual FXGLObject * | copy () |
|
void | setRadius (FXfloat r) |
|
FXfloat | getRadius () const |
|
void | setSlices (FXint s) |
|
FXint | getSlices () const |
|
void | setStacks (FXint s) |
|
FXint | getStacks () const |
|
virtual void | save (FXStream &store) const |
|
virtual void | load (FXStream &store) |
|
virtual | ~FXGLSphere () |
|
| FXGLShape (FXfloat x, FXfloat y, FXfloat z, FXuint opts) |
|
| FXGLShape (FXfloat x, FXfloat y, FXfloat z, FXuint opts, const FXMaterial &front, const FXMaterial &back) |
|
| FXGLShape (const FXGLShape &orig) |
|
virtual void | bounds (FXRangef &box) |
|
virtual void | draw (FXGLViewer *viewer) |
|
virtual void | hit (FXGLViewer *viewer) |
|
virtual FXbool | canDrag () const |
|
virtual FXbool | canDelete () const |
|
virtual FXbool | drag (FXGLViewer *viewer, FXint fx, FXint fy, FXint tx, FXint ty) |
|
void | setTipText (const FXString &text) |
|
const FXString & | getTipText () const |
|
void | setMaterial (FXint side, const FXMaterial &mtl) |
|
void | getMaterial (FXint side, FXMaterial &mtl) const |
|
| FXGLObject () |
|
| FXGLObject (const FXGLObject &orig) |
|
virtual FXGLObject * | identify (FXuint *path) |
|
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 () |
|