kitchensync
KSync::PartBar Class Reference
#include <partbar.h>
Detailed Description
PartBar is a widget that displays icons together.The the items of the PartBar emit the activated() signal.
Definition at line 90 of file partbar.h.
Signals | |
void | activated (ActionPart *part) |
Public Member Functions | |
PartBar (QWidget *parent=0, const char *name=0, WFlags f=0) | |
~PartBar () | |
virtual PartBarItem * | insertItem (ActionPart *part, int pos=-1) |
virtual void | setListBox (KListBox *) |
KListBox * | listBox () const |
virtual void | clear () |
virtual QSize | sizeHint () const |
virtual QSize | minimumSizeHint () const |
PartBarItem * | currentItem () const |
void | selectPart (const QString &) |
Protected Slots | |
virtual void | slotSelected (QListBoxItem *) |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *) |
Member Function Documentation
void PartBar::setListBox | ( | KListBox * | ) | [virtual] |
Allows to set a custom KListBox Items of the previous box will not be moved to the next box.
Definition at line 128 of file partbar.cpp.
KListBox* KSync::PartBar::listBox | ( | ) | const [inline] |
void PartBar::clear | ( | ) | [virtual] |
QSize PartBar::sizeHint | ( | ) | const [virtual] |
PartBarItem * PartBar::currentItem | ( | ) | const |
The documentation for this class was generated from the following files: