Quartz::QuartzButton Class Reference
Inheritance diagram for Quartz::QuartzButton:

Public Member Functions | |
| QuartzButton (QuartzClient *parent=0, const char *name=0, bool largeButton=true, bool isLeftButton=true, bool isOnAllDesktopsButton=false, const unsigned char *bitmap=NULL, const QString &tip=NULL, const int realizeBtns=LeftButton) | |
| ~QuartzButton () | |
| void | setBitmap (const unsigned char *bitmap) |
| void | setTipText (const QString &tip) |
| QSize | sizeHint () const |
| void | turnOn (bool isOn) |
Public Attributes | |
| ButtonState | last_button |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *e) |
| void | mouseReleaseEvent (QMouseEvent *e) |
| void | drawButton (QPainter *p) |
| void | drawButtonLabel (QPainter *) |
Protected Attributes | |
| QBitmap * | deco |
| bool | large |
| bool | isLeft |
| bool | isOnAllDesktops |
| QuartzClient * | client |
| int | realizeButtons |
Detailed Description
Definition at line 51 of file quartz.h.
The documentation for this class was generated from the following files:
