#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.
◆ isDirty()
Has the GUI been modified from the current Queue state?
◆ modified
Emitted when the options change from their initial settings.
◆ save
Write the information from the GUI to the Queue. Subclasses should call setDirty(false) at the end of their implementation.
◆ reset
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