kitchensync
KSync::PartBarItem Class Reference
#include <partbar.h>
Detailed Description
An item for the PartBar.
Definition at line 39 of file partbar.h.
Public Member Functions | |
| PartBarItem (PartBar *, ActionPart *) | |
| ~PartBarItem () | |
| ActionPart * | part () |
| void | setIcon (const QString &icon, KIcon::Group group=KIcon::Panel) |
| virtual int | width (const QListBox *) const |
| virtual int | height (const QListBox *) const |
| virtual const QPixmap * | pixmap () const |
Protected Member Functions | |
| virtual void | paint (QPainter *p) |
Member Function Documentation
| ActionPart * PartBarItem::part | ( | ) |
| void KSync::PartBarItem::setIcon | ( | const QString & | icon, | |
| KIcon::Group | group = KIcon::Panel | |||
| ) |
sets the icon for the item.
- Parameters:
-
icon the icon to set group the icongroup
| int PartBarItem::width | ( | const QListBox * | ) | const [virtual] |
| int PartBarItem::height | ( | const QListBox * | ) | const [virtual] |
| virtual const QPixmap* KSync::PartBarItem::pixmap | ( | ) | const [inline, virtual] |
The documentation for this class was generated from the following files:

