messagelist
#include <optionseteditor.h>
Public Member Functions | |
OptionSetEditor (QWidget *parent) | |
~OptionSetEditor () | |
void | setReadOnly (bool readOnly) |
Protected Slots | |
virtual void | slotNameEditTextEdited (const QString &newName)=0 |
Protected Member Functions | |
KTextEdit * | descriptionEdit () const |
KLineEdit * | nameEdit () const |
Detailed Description
The base class for the OptionSet editors.
Provides common functionality.
Definition at line 45 of file optionseteditor.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 35 of file optionseteditor.cpp.
OptionSetEditor::~OptionSetEditor | ( | ) |
Definition at line 66 of file optionseteditor.cpp.
Member Function Documentation
|
protected |
Returns the editor for the description of the OptionSet.
Derived classes are responsable of filling this UI element and reading back data from it.
Definition at line 76 of file optionseteditor.cpp.
|
protected |
Returns the editor for the name of the OptionSet.
Derived classes are responsable of filling this UI element and reading back data from it.
Definition at line 81 of file optionseteditor.cpp.
void OptionSetEditor::setReadOnly | ( | bool | readOnly | ) |
Definition at line 70 of file optionseteditor.cpp.
|
protectedpure virtualslot |
Handles editing of the name field.
Pure virtual slot. Derived classes must provide an implementation.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.