KWidgetListbox Class Reference
Inherits QTable.
Detailed Description
Definition at line 31 of file kwidgetlistbox.h.
Signals | |
void | selected (int index) |
Public Member Functions | |
KWidgetListbox (QWidget *parent=0, const char *name=0) | |
~KWidgetListbox () | |
int | insertItem (QWidget *item, int index=-1) |
void | setSelected (QWidget *item) |
void | setSelected (int index) |
void | removeItem (QWidget *item) |
void | removeItem (int index) |
void | clear () |
int | selected () const |
QWidget * | selectedItem () const |
QWidget * | item (int index) const |
int | index (QWidget *itm) const |
uint | count () const |
void | showItems (show_callback func=0, void *data=0) |
void | paintCell (QPainter *p, int row, int col, const QRect &cr, bool selected, const QColorGroup &cg) |
Protected Slots | |
void | selectionChanged (int row, int col) |
Protected Member Functions | |
void | setItemColors (int index, bool even) |
void | updateColors () |
bool | even (int index) |
virtual void | showEvent (QShowEvent *e) |
The documentation for this class was generated from the following files: