|
Jive reference manual
|
#include <jem/gl/OrbMarker.h>

Public Member Functions | |
| OrbMarker (GLfloat size=-0.01F, const Color &color=Color::gold()) | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| virtual void | configure (const Properties &props) |
| virtual void | getConfig (const Properties &props) const |
| virtual void | listProps (const Properties &props) const |
| virtual void | beginDraw (GfxContext >x, const Box &box, idx_t count) |
| virtual void | endDraw () |
| virtual void | drawMarker (idx_t tag, const GLfloat *pos) |
| virtual void | setColor (const Color &color) |
| virtual Color | getColor () const |
| void | setSize (GLfloat size) |
| GLfloat | getSize () const |
| void | setQuality (int level) |
| int | getQuality () const |
Public Member Functions inherited from jem::gl::MarkerStyle | |
| virtual void | setFont () |
Public Member Functions inherited from jem::Object | |
| virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
| virtual long | hashValue () const |
| Returns a hash value for this object. More... | |
| virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More... | |
| Ref< Object > | clone () const |
| Returns a copy of this object. More... | |
Protected Member Functions | |
| virtual | ~OrbMarker () |
Protected Member Functions inherited from jem::gl::MarkerStyle | |
| virtual | ~MarkerStyle () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Protected Member Functions inherited from jem::gl::ColoredMarker | |
| virtual | ~ColoredMarker () |
Protected Member Functions inherited from jem::Interface | |
| virtual | ~Interface () |
| Empty destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
|
explicit |
|
protectedvirtual |
|
virtual |
Returns a short textual description of this object. The toString method of the class Object returns:
getClass()->getName() + "@" + String( hashValue() )
String representing this object. Reimplemented from jem::Object.
|
virtual |
Reimplemented from jem::gl::MarkerStyle.
|
virtual |
Reimplemented from jem::gl::MarkerStyle.
|
virtual |
Reimplemented from jem::gl::MarkerStyle.
|
virtual |
Implements jem::gl::MarkerStyle.
|
virtual |
Implements jem::gl::MarkerStyle.
|
virtual |
Implements jem::gl::MarkerStyle.
|
virtual |
Implements jem::gl::ColoredMarker.
|
virtual |
Implements jem::gl::ColoredMarker.
| void jem::gl::OrbMarker::setSize | ( | GLfloat | size | ) |
| GLfloat jem::gl::OrbMarker::getSize | ( | ) | const |
| void jem::gl::OrbMarker::setQuality | ( | int | level | ) |
| int jem::gl::OrbMarker::getQuality | ( | ) | const |