kresources
KRES::ConfigWidget Class Reference
#include <configwidget.h>
Inherits QWidget.
Public Slots | |
virtual void | loadSettings (Resource *resource)=0 |
virtual void | saveSettings (Resource *resource)=0 |
Signals | |
void | setReadOnly (bool value) |
Public Member Functions | |
ConfigWidget (QWidget *parent=0) | |
virtual void | setInEditMode (bool value) |
Protected Attributes | |
Resource * | mResource |
Detailed Description
An abstract base class for deriving resource configuration dialogs.
This class provides an abstract base class for configuration dialog.
Member Function Documentation
void ConfigWidget::setInEditMode | ( | bool | value | ) | [virtual] |
Sets the widget to 'edit' mode.
Reimplement this method if you are interested in the mode change (to disable some GUI element for example). By default the widget is in 'create new' mode.
Definition at line 45 of file configwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:51:05 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:51:05 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.