lib
TKColorPanel Class Reference
List of all members.Detailed Description
Definition at line 126 of file tkcoloractions.h.
Public Slots | |
| void | insertColor (const QColor &) |
| void | insertColor (const QColor &, const QString &) |
| void | selected (const QColor &) |
Signals | |
| void | colorSelected (const QColor &) |
| void | reject () |
| void | sizeChanged () |
Public Member Functions | |
| TKColorPanel (QWidget *parent=0L, const char *name=0) | |
| ~TKColorPanel () | |
| void | setActiveColor (const QColor &) |
| void | setNumCols (int col) |
| void | clear () |
Protected Member Functions | |
| void | addToGrid (TKColorPanelButton *) |
| void | resetGrid () |
| virtual void | mouseReleaseEvent (QMouseEvent *) |
| virtual void | showEvent (QShowEvent *e) |
Protected Attributes | |
| QGridLayout * | m_pLayout |
| int | m_iWidth |
| int | m_iX |
| int | m_iY |
| QColor | m_activeColor |
| QDict< TKColorPanelButton > | m_pColorDict |
The documentation for this class was generated from the following files:

