KDEUI
KEditListWidget::CustomEditor Class Reference
#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 194 of file keditlistwidget.cpp.
Definition at line 199 of file keditlistwidget.cpp.
KEditListWidget::CustomEditor::CustomEditor | ( | KComboBox * | combo | ) |
Definition at line 206 of file keditlistwidget.cpp.
|
virtual |
Definition at line 214 of file keditlistwidget.cpp.
Member Function Documentation
|
virtual |
Definition at line 234 of file keditlistwidget.cpp.
|
virtual |
Definition at line 229 of file keditlistwidget.cpp.
void KEditListWidget::CustomEditor::setLineEdit | ( | KLineEdit * | edit | ) |
Definition at line 224 of file keditlistwidget.cpp.
void KEditListWidget::CustomEditor::setRepresentationWidget | ( | QWidget * | repWidget | ) |
Definition at line 219 of file keditlistwidget.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.