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