#include <jive/gl/MarkerStyleTable.h>
typedef Ref<Style>(* jive::gl::MarkerStyleTable::StyleCtor) () |
jive::gl::MarkerStyleTable::MarkerStyleTable |
( |
| ) |
|
virtual jive::gl::MarkerStyleTable::~MarkerStyleTable |
( |
| ) |
|
|
protectedvirtual |
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 |