#include <abstractqueuesettingswidget.h>
|
virtual void | save ()=0 |
|
virtual void | reset ()=0 |
|
|
| AbstractQueueSettingsWidget (QWidget *parentObject=0) |
|
bool | isDirty () const |
|
|
void | setDirty (bool dirty=true) |
|
Base interface for custom queue settings widgets.
Has the GUI been modified from the current Queue state?
Emitted when the options change from their initial settings.
Write the information from the GUI to the Queue. Subclasses should call setDirty(false) at the end of their implementation.
Update the Queue with the current configuration in the GUI. Subclasses should call setDirty(false) at the end of their implementation.
The documentation for this class was generated from the following file:
- abstractqueuesettingswidget.h