KDEUI
KEditListBox::CustomEditor Class Reference
#include <keditlistbox.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 53 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.
|
virtual |
Definition at line 212 of file keditlistbox.cpp.
Member Function Documentation
|
virtual |
Definition at line 232 of file keditlistbox.cpp.
|
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.