KDEUI
KEditListBox::CustomEditor Class Reference
Custom editor class. More...
#include <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 () |
Detailed Description
Custom editor class.
Definition at line 59 of file keditlistbox.h.
Constructor & Destructor Documentation
KEditListBox::CustomEditor::CustomEditor | ( | ) |
Definition at line 192 of file keditlistbox.cpp.
Definition at line 197 of file keditlistbox.cpp.
KEditListBox::CustomEditor::CustomEditor | ( | KComboBox * | combo | ) |
Definition at line 204 of file keditlistbox.cpp.
KEditListBox::CustomEditor::~CustomEditor | ( | ) | [virtual] |
Definition at line 212 of file keditlistbox.cpp.
Member Function Documentation
KLineEdit * KEditListBox::CustomEditor::lineEdit | ( | ) | const [virtual] |
Definition at line 232 of file keditlistbox.cpp.
QWidget * KEditListBox::CustomEditor::representationWidget | ( | ) | const [virtual] |
Definition at line 227 of file keditlistbox.cpp.
void KEditListBox::CustomEditor::setLineEdit | ( | KLineEdit * | edit | ) |
Definition at line 222 of file keditlistbox.cpp.
void KEditListBox::CustomEditor::setRepresentationWidget | ( | QWidget * | repWidget | ) |
Definition at line 217 of file keditlistbox.cpp.
The documentation for this class was generated from the following files: