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