Jive reference manual
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
jive::gl::MarkerStyleTable Class Reference

#include <jive/gl/MarkerStyleTable.h>

Inheritance diagram for jive::gl::MarkerStyleTable:
Inheritance graph

Public Types

typedef jem::gl::MarkerStyle Style
 
typedef Ref< Style >(* StyleCtor) ()
 

Public Member Functions

 MarkerStyleTable ()
 
void configure (const Properties &props)
 
void getConfig (const Properties &props) const
 
void clear ()
 
void addStyle (const String &name, const Ref< Style > &style)
 
void addStyles (const StringVector &names, const Properties &conf, const Properties &props)
 
Ref< StylefindStyle (const String &name) const
 
Ref< StylegetStyle (const String &name, const String &context) const
 
StringVector listStyles () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () const
 Returns the Class instance representing the runtime class of this object. More...
 
virtual String toString () const
 Returns a short textual description 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...
 

Static Public Member Functions

static Ref< Self > get (const Properties &viewdat)
 
static void declareStyle (const String &type, StyleCtor ctor)
 
static StringVector listStyleTypes ()
 
static Ref< StylenewStyle (const String &type)
 
static Ref< StylenewStyle (const Properties &conf, const Properties &props)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Protected Member Functions

virtual ~MarkerStyleTable ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 

Member Typedef Documentation

typedef Ref<Style>(* jive::gl::MarkerStyleTable::StyleCtor) ()

Constructor & Destructor Documentation

jive::gl::MarkerStyleTable::MarkerStyleTable ( )
virtual jive::gl::MarkerStyleTable::~MarkerStyleTable ( )
protectedvirtual

Member Function Documentation

void jive::gl::MarkerStyleTable::configure ( const Properties props)
void jive::gl::MarkerStyleTable::getConfig ( const Properties props) const
void jive::gl::MarkerStyleTable::clear ( )
void jive::gl::MarkerStyleTable::addStyle ( const String name,
const Ref< Style > &  style 
)
void jive::gl::MarkerStyleTable::addStyles ( const StringVector &  names,
const Properties conf,
const Properties props 
)
Ref<Style> jive::gl::MarkerStyleTable::findStyle ( const String name) const
Ref<Style> jive::gl::MarkerStyleTable::getStyle ( const String name,
const String context 
) const
StringVector jive::gl::MarkerStyleTable::listStyles ( ) const
static Ref<Self> jive::gl::MarkerStyleTable::get ( const Properties viewdat)
static
static void jive::gl::MarkerStyleTable::declareStyle ( const String type,
StyleCtor  ctor 
)
static
static StringVector jive::gl::MarkerStyleTable::listStyleTypes ( )
static
static Ref<Style> jive::gl::MarkerStyleTable::newStyle ( const String type)
static
static Ref<Style> jive::gl::MarkerStyleTable::newStyle ( const Properties conf,
const Properties props 
)
static