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

#include <jem/gl/TeeMarker.h>

Inheritance diagram for jem::gl::TeeMarker:
Inheritance graph

Public Member Functions

 TeeMarker (GLfloat size=-0.02F, 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 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
 
void setSize (GLfloat size)
 
GLfloat getSize () const
 
void setAngle (GLfloat angle)
 
GLfloat getAngle () const
 
- Public Member Functions inherited from jem::gl::MarkerStyle
virtual void setFont ()
 
- 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...
 

Protected Member Functions

virtual ~TeeMarker ()
 
- 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::TeeMarker::TeeMarker ( GLfloat  size = -0.02F,
const Color color = Color::black() 
)
explicit
virtual jem::gl::TeeMarker::~TeeMarker ( )
protectedvirtual

Member Function Documentation

virtual String jem::gl::TeeMarker::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::TeeMarker::configure ( const Properties props)
virtual

Reimplemented from jem::gl::MarkerStyle.

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

Reimplemented from jem::gl::MarkerStyle.

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

Reimplemented from jem::gl::MarkerStyle.

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

Implements jem::gl::MarkerStyle.

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

Implements jem::gl::MarkerStyle.

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

Implements jem::gl::MarkerStyle.

virtual void jem::gl::TeeMarker::setColor ( const Color color)
virtual
virtual Color jem::gl::TeeMarker::getColor ( ) const
virtual
void jem::gl::TeeMarker::setSize ( GLfloat  size)
GLfloat jem::gl::TeeMarker::getSize ( ) const
void jem::gl::TeeMarker::setAngle ( GLfloat  angle)
GLfloat jem::gl::TeeMarker::getAngle ( ) const