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