Jive reference manual
List of all members | Public Member Functions | Public Attributes | Protected Member Functions
jem::gl::SymbolMarker Class Reference

#include <jem/gl/SymbolMarker.h>

Inheritance diagram for jem::gl::SymbolMarker:
Inheritance graph

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 &gtx, 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 ClassgetClass () 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< Objectclone () 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 ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Constructor & Destructor Documentation

jem::gl::SymbolMarker::SymbolMarker ( char  sym = 0,
const Color color = Color::black() 
)
explicit
virtual jem::gl::SymbolMarker::~SymbolMarker ( )
protectedvirtual

Member Function Documentation

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

Reimplemented from jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::getConfig ( const Properties props) const
virtual

Reimplemented from jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::listProps ( const Properties props) const
virtual

Reimplemented from jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::setFont ( )
virtual

Reimplemented from jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::beginDraw ( GfxContext gtx,
const Box box,
idx_t  count 
)
virtual

Implements jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::endDraw ( )
virtual

Implements jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::drawMarker ( idx_t  tag,
const GLfloat *  pos 
)
virtual

Implements jem::gl::MarkerStyle.

virtual void jem::gl::SymbolMarker::setColor ( const Color color)
virtual
virtual Color jem::gl::SymbolMarker::getColor ( ) const
virtual

Member Data Documentation

char jem::gl::SymbolMarker::symbol