KDEUI
KEditListWidget::CustomEditor Class Reference
#include <keditlistwidget.h>
Public Member Functions | |
CustomEditor () | |
CustomEditor (KComboBox *combo) | |
CustomEditor (QWidget *repWidget, KLineEdit *edit) | |
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
◆ CustomEditor() [1/3]
KEditListWidget::CustomEditor::CustomEditor | ( | ) |
Definition at line 194 of file keditlistwidget.cpp.
◆ CustomEditor() [2/3]
Definition at line 199 of file keditlistwidget.cpp.
◆ CustomEditor() [3/3]
KEditListWidget::CustomEditor::CustomEditor | ( | KComboBox * | combo | ) |
Definition at line 206 of file keditlistwidget.cpp.
◆ ~CustomEditor()
|
virtual |
Definition at line 214 of file keditlistwidget.cpp.
Member Function Documentation
◆ lineEdit()
|
virtual |
Definition at line 234 of file keditlistwidget.cpp.
◆ representationWidget()
|
virtual |
Definition at line 229 of file keditlistwidget.cpp.
◆ setLineEdit()
void KEditListWidget::CustomEditor::setLineEdit | ( | KLineEdit * | edit | ) |
Definition at line 224 of file keditlistwidget.cpp.
◆ setRepresentationWidget()
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.