svgui
1.9
|
Private Attributes | |
int | dark_factor |
QColor | offcolor |
QPixmap * | off_map |
QPixmap * | on_map |
Friends | |
class | LEDButton |
Definition at line 35 of file LEDButton.cpp.
friend class LEDButton [friend] |
Definition at line 37 of file LEDButton.cpp.
int LEDButton::LEDButtonPrivate::dark_factor [private] |
Definition at line 39 of file LEDButton.cpp.
Referenced by LEDButton::LEDButton(), LEDButton::setColor(), and LEDButton::setDarkFactor().
QColor LEDButton::LEDButtonPrivate::offcolor [private] |
Definition at line 40 of file LEDButton.cpp.
Referenced by LEDButton::LEDButton(), LEDButton::paintEvent(), LEDButton::setColor(), and LEDButton::setDarkFactor().
QPixmap* LEDButton::LEDButtonPrivate::off_map [private] |
Definition at line 41 of file LEDButton.cpp.
Referenced by LEDButton::LEDButton(), LEDButton::paintEvent(), LEDButton::setColor(), and LEDButton::~LEDButton().
QPixmap* LEDButton::LEDButtonPrivate::on_map [private] |
Definition at line 42 of file LEDButton.cpp.
Referenced by LEDButton::LEDButton(), LEDButton::paintEvent(), LEDButton::setColor(), and LEDButton::~LEDButton().