Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::QColorTable Class Reference
[QT Dialogs]

Class for storing colors in a GUI table. More...

#include <coloringSettingsDialog.h>

Inheritance diagram for VIEW::QColorTable:

VIEW::PreferencesEntry::ExtendedPreferencesObject List of all members.

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!

Detailed Description

Class for storing colors in a GUI table.