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

Public Member Functions | |
| SymbolMarker (char sym=0, const Color &color=Color::black()) | |
| 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 | setFont () |
| 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 |
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... | |
Public Attributes | |
| char | symbol |
Protected Member Functions | |
| virtual | ~SymbolMarker () |
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 |
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.
| char jem::gl::SymbolMarker::symbol |