#include </home/clem/local/src/opie/noncore/unsupported/libopie/colorpopupmenu.h>
Signals | |
| void | selected (const QColor &) |
| Signal to indicate button has been pressed. | |
Public Member Functions | |
| OColorPanelButton (const QColor &color, QWidget *parent=0, const char *name=0) | |
| Object constructor. | |
| ~OColorPanelButton () | |
| Object destructor. | |
| void | setActive (bool active) |
| Sets button selection state. | |
| void | enterEvent (QEvent *e) |
| Reimplemented for internal reasons. | |
| void | leaveEvent (QEvent *e) |
| Reimplemented for internal reasons. | |
| void | paintEvent (QPaintEvent *e) |
| Reimplemented for internal reasons. | |
| void | mouseReleaseEvent (QMouseEvent *e) |
| Slot executed when button is pressed. | |
Private Attributes | |
| QColor | m_color |
| bool | m_active: 1 |
| ColorPanelButtonPrivate * | d |
Definition at line 52 of file colorpopupmenu.h.
|
||||||||||||||||
|
Object constructor.
Definition at line 39 of file colorpopupmenu.cpp. References FALSE, m_color, and setActive(). |
|
|
Object destructor.
Definition at line 48 of file colorpopupmenu.cpp. |
|
|
Reimplemented for internal reasons.
Definition at line 63 of file colorpopupmenu.cpp. References m_active. |
|
|
Reimplemented for internal reasons.
Definition at line 70 of file colorpopupmenu.cpp. References m_active. |
|
|
Slot executed when button is pressed.
Definition at line 89 of file colorpopupmenu.cpp. References m_color, and selected(). |
|
|
Reimplemented for internal reasons.
Definition at line 77 of file colorpopupmenu.cpp. |
|
|
Signal to indicate button has been pressed.
Referenced by mouseReleaseEvent(). |
|
|
Sets button selection state.
Definition at line 52 of file colorpopupmenu.cpp. References m_active. Referenced by OColorPanelButton(). |
|
|
Definition at line 148 of file colorpopupmenu.h. |
|
|
Definition at line 147 of file colorpopupmenu.h. Referenced by enterEvent(), leaveEvent(), and setActive(). |
|
|
Definition at line 146 of file colorpopupmenu.h. Referenced by mouseReleaseEvent(), OColorPanelButton(), and paintEvent(). |
1.4.2