superkaramba
KWidgetListbox Class Reference
#include <kwidgetlistbox.h>

Detailed Description
Definition at line 36 of file kwidgetlistbox.h.
Signals | |
| void | itemDropped (QPoint, ThemeWidget *) |
| void | selected (int index) |
Public Member Functions | |
| void | clear () |
| uint | count () const |
| int | index (QWidget *itm) const |
| int | insertItem (QWidget *item, int index=-1) |
| QWidget * | item (int index) const |
| KWidgetListbox (QWidget *parent=0) | |
| void | removeItem (int index) |
| void | removeItem (QWidget *item) |
| int | selected () const |
| QWidget * | selectedItem () const |
| void | setSelected (int index) |
| void | setSelected (QWidget *item) |
| void | showItems (show_callback func=0, void *data=0) |
| ~KWidgetListbox () | |
Protected Slots | |
| void | selectionChanged (int row, int col) |
Protected Member Functions | |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | showEvent (QShowEvent *e) |
Constructor & Destructor Documentation
| KWidgetListbox::KWidgetListbox | ( | QWidget * | parent = 0 |
) | [explicit] |
Definition at line 24 of file kwidgetlistbox.cpp.
| KWidgetListbox::~KWidgetListbox | ( | ) |
Definition at line 44 of file kwidgetlistbox.cpp.
Member Function Documentation
| void KWidgetListbox::clear | ( | ) |
| uint KWidgetListbox::count | ( | ) | const [inline] |
Definition at line 54 of file kwidgetlistbox.h.
| int KWidgetListbox::index | ( | QWidget * | itm | ) | const |
Definition at line 110 of file kwidgetlistbox.cpp.
| int KWidgetListbox::insertItem | ( | QWidget * | item, | |
| int | index = -1 | |||
| ) |
Definition at line 54 of file kwidgetlistbox.cpp.
| QWidget * KWidgetListbox::item | ( | int | index | ) | const |
Definition at line 105 of file kwidgetlistbox.cpp.
| void KWidgetListbox::itemDropped | ( | QPoint | , | |
| ThemeWidget * | ||||
| ) | [signal] |
| void KWidgetListbox::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Definition at line 146 of file kwidgetlistbox.cpp.
| void KWidgetListbox::mousePressEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Definition at line 137 of file kwidgetlistbox.cpp.
| void KWidgetListbox::removeItem | ( | int | index | ) |
Definition at line 85 of file kwidgetlistbox.cpp.
| void KWidgetListbox::removeItem | ( | QWidget * | item | ) |
Definition at line 80 of file kwidgetlistbox.cpp.
| void KWidgetListbox::selected | ( | int | index | ) | [signal] |
| int KWidgetListbox::selected | ( | ) | const |
Definition at line 95 of file kwidgetlistbox.cpp.
| QWidget * KWidgetListbox::selectedItem | ( | ) | const |
Definition at line 100 of file kwidgetlistbox.cpp.
| void KWidgetListbox::selectionChanged | ( | int | row, | |
| int | col | |||
| ) | [protected, slot] |
Definition at line 74 of file kwidgetlistbox.cpp.
| void KWidgetListbox::setSelected | ( | int | index | ) |
Definition at line 90 of file kwidgetlistbox.cpp.
| void KWidgetListbox::setSelected | ( | QWidget * | item | ) |
Definition at line 69 of file kwidgetlistbox.cpp.
| void KWidgetListbox::showEvent | ( | QShowEvent * | e | ) | [protected, virtual] |
Definition at line 132 of file kwidgetlistbox.cpp.
| void KWidgetListbox::showItems | ( | show_callback | func = 0, |
|
| void * | data = 0 | |||
| ) |
Definition at line 118 of file kwidgetlistbox.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference