#include <coloringSettingsDialog.h>
Public Member Functions |
|
QColorTable (QWidget *parent=0, const char *name=0) | |
void | setNamesTitle (const String &string) |
String | getNamesTitle () const |
void | setContent (const vector< String > &names, const vector< ColorRGBA > &colors) |
void | setColors (const vector< ColorRGBA > &colors) |
const vector< ColorRGBA > & | getColors () const |
const vector< String > & | getNames () const |
virtual bool | getValue (String &) const |
Overload this in derived
classes! |
|
virtual bool | setValue (const String &value) |
Overload this in derived
classes! |