KDEPrint
EditList Class Reference
#include <editlist.h>
Inheritance diagram for EditList:

Detailed Description
Definition at line 32 of file editlist.h.
Signals | |
| void | add () |
| void | defaultList () |
| void | deleted (int) |
| void | edit (int) |
Public Member Functions | |
| void | clear () |
| EditList (QWidget *parent=0) | |
| void | insertItem (const QPixmap &, const QString &) |
| void | insertItem (const QString &) |
| void | insertItems (const QStringList &) |
| QStringList | items () |
| void | setText (int, const QString &) |
| QString | text (int) |
Protected Slots | |
| void | slotDelete () |
| void | slotEdit () |
| void | slotSelected (int) |
Constructor & Destructor Documentation
| EditList::EditList | ( | QWidget * | parent = 0 |
) |
Definition at line 29 of file editlist.cpp.
Member Function Documentation
| void EditList::add | ( | ) | [signal] |
| void EditList::clear | ( | ) |
Definition at line 94 of file editlist.cpp.
| void EditList::defaultList | ( | ) | [signal] |
| void EditList::deleted | ( | int | ) | [signal] |
| void EditList::edit | ( | int | ) | [signal] |
Definition at line 106 of file editlist.cpp.
| void EditList::insertItem | ( | const QString & | s | ) |
Definition at line 100 of file editlist.cpp.
| void EditList::insertItems | ( | const QStringList & | l | ) |
Definition at line 116 of file editlist.cpp.
| QStringList EditList::items | ( | ) |
Definition at line 122 of file editlist.cpp.
| void EditList::setText | ( | int | index, | |
| const QString & | s | |||
| ) |
Definition at line 82 of file editlist.cpp.
| void EditList::slotDelete | ( | ) | [protected, slot] |
Definition at line 63 of file editlist.cpp.
| void EditList::slotEdit | ( | ) | [protected, slot] |
Definition at line 56 of file editlist.cpp.
| void EditList::slotSelected | ( | int | index | ) | [protected, slot] |
Definition at line 71 of file editlist.cpp.
| QString EditList::text | ( | int | index | ) |
Definition at line 77 of file editlist.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference