#include <jem/gl/SymbolMarker.h>
jem::gl::SymbolMarker::SymbolMarker |
( |
char |
sym = 0 , |
|
|
const Color & |
color = Color::black() |
|
) |
| |
|
explicit |
virtual jem::gl::SymbolMarker::~SymbolMarker |
( |
| ) |
|
|
protectedvirtual |
virtual String jem::gl::SymbolMarker::toString |
( |
| ) |
const |
|
virtual |
Returns a short textual description of this object. The toString
method of the class Object
returns:
getClass()->getName() + "@" + String( hashValue() )
- Returns
- A
String
representing this object.
Reimplemented from jem::Object.
virtual void jem::gl::SymbolMarker::configure |
( |
const Properties & |
props | ) |
|
|
virtual |
virtual void jem::gl::SymbolMarker::getConfig |
( |
const Properties & |
props | ) |
const |
|
virtual |
virtual void jem::gl::SymbolMarker::listProps |
( |
const Properties & |
props | ) |
const |
|
virtual |
virtual void jem::gl::SymbolMarker::setFont |
( |
| ) |
|
|
virtual |
virtual void jem::gl::SymbolMarker::beginDraw |
( |
GfxContext & |
gtx, |
|
|
const Box & |
box, |
|
|
idx_t |
count |
|
) |
| |
|
virtual |
virtual void jem::gl::SymbolMarker::endDraw |
( |
| ) |
|
|
virtual |
virtual void jem::gl::SymbolMarker::drawMarker |
( |
idx_t |
tag, |
|
|
const GLfloat * |
pos |
|
) |
| |
|
virtual |
virtual void jem::gl::SymbolMarker::setColor |
( |
const Color & |
color | ) |
|
|
virtual |
virtual Color jem::gl::SymbolMarker::getColor |
( |
| ) |
const |
|
virtual |
char jem::gl::SymbolMarker::symbol |