#include <FXGLCylinder.h>
|
| | FXGLCylinder (FXfloat x, FXfloat y, FXfloat z, FXfloat h=1.0f, FXfloat r=1.0f) |
| |
| | FXGLCylinder (FXfloat x, FXfloat y, FXfloat z, FXfloat h, FXfloat r, const FXMaterial &mtl) |
| |
| | FXGLCylinder (const FXGLCylinder &orig) |
| |
| virtual FXGLObject * | copy () |
| |
| void | setRadius (FXfloat r) |
| |
| FXfloat | getRadius () const |
| |
| void | setHeight (FXfloat h) |
| |
| FXfloat | getHeight () const |
| |
| virtual void | save (FXStream &store) const |
| |
| virtual void | load (FXStream &store) |
| |
| virtual | ~FXGLCylinder () |
| |
| | 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 () |
| |
Construct with specified origin, height and radius.
Construct with specified origin, height, radius and material.
| virtual FX::FXGLCylinder::~FXGLCylinder |
( |
| ) |
|
|
virtual |
| void FX::FXGLCylinder::setRadius |
( |
FXfloat |
r | ) |
|
|
inline |
| FXfloat FX::FXGLCylinder::getRadius |
( |
| ) |
const |
|
inline |
| void FX::FXGLCylinder::setHeight |
( |
FXfloat |
h | ) |
|
|
inline |
| FXfloat FX::FXGLCylinder::getHeight |
( |
| ) |
const |
|
inline |
| virtual void FX::FXGLCylinder::save |
( |
FXStream & |
store | ) |
const |
|
virtual |
| virtual void FX::FXGLCylinder::load |
( |
FXStream & |
store | ) |
|
|
virtual |