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) |
Protected Attributes | |
KLineEdit * | m_lineEdit |
QWidget * | m_representationWidget |
Detailed Description
Custom editor class.
- Since:
- 3.1
Definition at line 59 of file keditlistbox.h.
Constructor & Destructor Documentation
KEditListBox::CustomEditor::CustomEditor | ( | ) | [inline] |
Definition at line 62 of file keditlistbox.h.
Definition at line 65 of file keditlistbox.h.
KEditListBox::CustomEditor::CustomEditor | ( | KComboBox * | combo | ) |
Definition at line 411 of file keditlistbox.cpp.
Member Function Documentation
virtual KLineEdit* KEditListBox::CustomEditor::lineEdit | ( | ) | const [inline, virtual] |
Definition at line 80 of file keditlistbox.h.
virtual QWidget* KEditListBox::CustomEditor::representationWidget | ( | ) | const [inline, virtual] |
Definition at line 77 of file keditlistbox.h.
void KEditListBox::CustomEditor::setLineEdit | ( | KLineEdit * | edit | ) | [inline] |
Definition at line 73 of file keditlistbox.h.
void KEditListBox::CustomEditor::setRepresentationWidget | ( | QWidget * | repWidget | ) | [inline] |
Definition at line 70 of file keditlistbox.h.
Member Data Documentation
KLineEdit* KEditListBox::CustomEditor::m_lineEdit [protected] |
Definition at line 86 of file keditlistbox.h.
Definition at line 85 of file keditlistbox.h.
The documentation for this class was generated from the following files: