![]() |
ATLAS Offline Software
|
#include <VP1ColorSelectButton.h>
Classes | |
| class | Imp |
Public Slots | |
| void | launchColorChooser () |
| void | setColor (const QColor &) |
| void | setDimension (int dim) |
Signals | |
| void | colorChanged (const QColor &) |
| void | aboutToShowColorDialog () |
Public Member Functions | |
| VP1ColorSelectButton (QWidget *parent=0, const QColor &initialcolor=Qt::black, int dim=24) | |
| virtual | ~VP1ColorSelectButton () |
| QColor | color () const |
| void | setText (const QString &) |
Static Public Member Functions | |
| static void | setColButtonProperties (QPushButton *, const QColor &col, int dim) |
Protected Slots | |
| void | updateButton () |
Private Attributes | |
| Imp * | m_d |
Definition at line 20 of file VP1ColorSelectButton.h.
| VP1ColorSelectButton::VP1ColorSelectButton | ( | QWidget * | parent = 0, |
| const QColor & | initialcolor = Qt::black, | ||
| int | dim = 24 ) |
Definition at line 33 of file VP1ColorSelectButton.cxx.
|
virtual |
Definition at line 80 of file VP1ColorSelectButton.cxx.
|
signal |
| QColor VP1ColorSelectButton::color | ( | ) | const |
Definition at line 108 of file VP1ColorSelectButton.cxx.
|
signal |
|
slot |
Definition at line 86 of file VP1ColorSelectButton.cxx.
|
static |
Definition at line 49 of file VP1ColorSelectButton.cxx.
|
slot |
Definition at line 95 of file VP1ColorSelectButton.cxx.
|
slot |
Definition at line 121 of file VP1ColorSelectButton.cxx.
| void VP1ColorSelectButton::setText | ( | const QString & | s | ) |
Definition at line 114 of file VP1ColorSelectButton.cxx.
|
protectedslot |
Definition at line 41 of file VP1ColorSelectButton.cxx.
|
private |
Definition at line 45 of file VP1ColorSelectButton.h.