KDEUI
KEditListWidget::CustomEditor Class Reference
Custom editor class. More...
#include <keditlistwidget.h>
Public Member Functions | |
| CustomEditor () | |
| CustomEditor (QWidget *repWidget, KLineEdit *edit) | |
| CustomEditor (KComboBox *combo) | |
| virtual | ~CustomEditor () |
| virtual KLineEdit * | lineEdit () const |
| virtual QWidget * | representationWidget () const |
| void | setLineEdit (KLineEdit *edit) |
| void | setRepresentationWidget (QWidget *repWidget) |
Detailed Description
Custom editor class.
Definition at line 63 of file keditlistwidget.h.
Constructor & Destructor Documentation
| KEditListWidget::CustomEditor::CustomEditor | ( | ) |
Definition at line 193 of file keditlistwidget.cpp.
Definition at line 198 of file keditlistwidget.cpp.
| KEditListWidget::CustomEditor::CustomEditor | ( | KComboBox * | combo | ) |
Definition at line 205 of file keditlistwidget.cpp.
| KEditListWidget::CustomEditor::~CustomEditor | ( | ) | [virtual] |
Definition at line 213 of file keditlistwidget.cpp.
Member Function Documentation
| KLineEdit * KEditListWidget::CustomEditor::lineEdit | ( | ) | const [virtual] |
Definition at line 233 of file keditlistwidget.cpp.
| QWidget * KEditListWidget::CustomEditor::representationWidget | ( | ) | const [virtual] |
Definition at line 228 of file keditlistwidget.cpp.
| void KEditListWidget::CustomEditor::setLineEdit | ( | KLineEdit * | edit | ) |
Definition at line 223 of file keditlistwidget.cpp.
| void KEditListWidget::CustomEditor::setRepresentationWidget | ( | QWidget * | repWidget | ) |
Definition at line 218 of file keditlistwidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference