|
| | FXGLCube (FXfloat x, FXfloat y, FXfloat z, FXfloat w=1.0f, FXfloat h=1.0f, FXfloat d=1.0f) |
| |
| | FXGLCube (FXfloat x, FXfloat y, FXfloat z, FXfloat w, FXfloat h, FXfloat d, const FXMaterial &mtl) |
| |
| | FXGLCube (const FXGLCube &orig) |
| |
| virtual FXGLObject * | copy () |
| |
| void | setWidth (FXfloat w) |
| |
| FXfloat | getWidth () const |
| |
| void | setHeight (FXfloat h) |
| |
| FXfloat | getHeight () const |
| |
| void | setDepth (FXfloat d) |
| |
| FXfloat | getDepth () const |
| |
| virtual void | save (FXStream &store) const |
| |
| virtual void | load (FXStream &store) |
| |
| virtual | ~FXGLCube () |
| |
| | 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 () |
| |