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

#include <jem/gl/OrbMarker.h>

Inheritance diagram for jem::gl::OrbMarker:
Inheritance graph

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

Constructor & Destructor Documentation

jem::gl::OrbMarker::OrbMarker ( GLfloat  size = -0.01F,
const Color color = Color::gold() 
)
explicit
virtual jem::gl::OrbMarker::~OrbMarker ( )
protectedvirtual

Member Function Documentation

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

Reimplemented from jem::gl::MarkerStyle.

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

Reimplemented from jem::gl::MarkerStyle.

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

Reimplemented from jem::gl::MarkerStyle.

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

Implements jem::gl::MarkerStyle.

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

Implements jem::gl::MarkerStyle.

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

Implements jem::gl::MarkerStyle.

virtual void jem::gl::OrbMarker::setColor ( const Color color)
virtual
virtual Color jem::gl::OrbMarker::getColor ( ) const
virtual
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