BALL::VIEW::QColorTable Class Reference
[QT Dialogs]
#include <BALL/VIEW/DIALOGS/coloringSettingsDialog.h>
List of all members.
Detailed Description
Class for storing colors in a GUI table
Constructor & Destructor Documentation
BALL::VIEW::QColorTable::QColorTable |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 | |
|
) |
| | |
Member Function Documentation
void BALL::VIEW::QColorTable::beginEdit |
( |
int |
row, |
|
|
int |
col | |
|
) |
| | [private, slot] |
const vector<ColorRGBA>& BALL::VIEW::QColorTable::getColors |
( |
|
) |
const [inline] |
const vector<String>& BALL::VIEW::QColorTable::getNames |
( |
|
) |
const [inline] |
String BALL::VIEW::QColorTable::getNamesTitle |
( |
|
) |
const |
virtual bool BALL::VIEW::QColorTable::getValue |
( |
String & |
|
) |
const [virtual] |
virtual void BALL::VIEW::QColorTable::mousePressEvent |
( |
QMouseEvent * |
event |
) |
[private, virtual, slot] |
void BALL::VIEW::QColorTable::setColors |
( |
const vector< ColorRGBA > & |
colors |
) |
|
void BALL::VIEW::QColorTable::setContent |
( |
const vector< String > & |
names, |
|
|
const vector< ColorRGBA > & |
colors | |
|
) |
| | |
void BALL::VIEW::QColorTable::setNamesTitle |
( |
const String & |
string |
) |
|
virtual bool BALL::VIEW::QColorTable::setValue |
( |
const String & |
|
) |
[virtual] |
Member Data Documentation