KRES::ConfigWidget Class Reference
Inheritance diagram for KRES::ConfigWidget:

Detailed Description
Definition at line 33 of file configwidget.h.
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, const char *name=0) | |
virtual void | setInEditMode (bool value) |
Protected Attributes | |
Resource * | mResource |
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 33 of file configwidget.cpp.
The documentation for this class was generated from the following files: