Jive reference manual
|
#include <jive/gl/PaletteTable.h>
Public Types | |
typedef jem::gl::Palette | Palette |
typedef Ref< Palette >(* | PaletteCtor) () |
Public Member Functions | |
PaletteTable () | |
void | configure (const Properties &props) |
void | getConfig (const Properties &props) const |
void | clear () |
void | addPalette (const String &name, const Ref< Palette > &palette) |
void | addPalettes (const StringVector &names, const Properties &conf, const Properties &props) |
Ref< Palette > | findPalette (const String &name) const |
Ref< Palette > | getPalette (const String &name, const String &context) const |
StringVector | listPalettes () const |
Public Member Functions inherited from jem::Object | |
virtual Class * | getClass () 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< Object > | clone () const |
Returns a copy of this object. More... | |
Static Public Member Functions | |
static Ref< Self > | get (const Properties &viewdat) |
static void | declarePalette (const String &type, PaletteCtor ctor) |
static StringVector | listPaletteTypes () |
static Ref< Palette > | newPalette (const String &type) |
static Ref< Palette > | newPalette (const Properties &conf, const Properties &props) |
Static Public Member Functions inherited from jem::Object | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Protected Member Functions | |
virtual | ~PaletteTable () |
Protected Member Functions inherited from jem::Collectable | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
jive::gl::PaletteTable::PaletteTable | ( | ) |
|
protectedvirtual |
void jive::gl::PaletteTable::configure | ( | const Properties & | props | ) |
void jive::gl::PaletteTable::getConfig | ( | const Properties & | props | ) | const |
void jive::gl::PaletteTable::clear | ( | ) |
void jive::gl::PaletteTable::addPalettes | ( | const StringVector & | names, |
const Properties & | conf, | ||
const Properties & | props | ||
) |
Ref<Palette> jive::gl::PaletteTable::getPalette | ( | const String & | name, |
const String & | context | ||
) | const |
StringVector jive::gl::PaletteTable::listPalettes | ( | ) | const |
|
static |
|
static |
|
static |
|
static |