MoleQueue  0.8.0
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Attributes | List of all members
AbstractQueueSettingsWidget Class Referenceabstract

#include <abstractqueuesettingswidget.h>

Inheritance diagram for AbstractQueueSettingsWidget:
LocalQueueWidget RemoteQueueWidget UitQueueWidget

Public Slots

virtual void save ()=0
 
virtual void reset ()=0
 

Signals

void modified ()
 

Public Member Functions

 AbstractQueueSettingsWidget (QWidget *parentObject=0)
 
bool isDirty () const
 

Protected Slots

void setDirty (bool dirty=true)
 

Protected Attributes

bool m_isDirty
 

Detailed Description

Base interface for custom queue settings widgets.

Member Function Documentation

◆ isDirty()

bool isDirty ( ) const

Has the GUI been modified from the current Queue state?

◆ modified

void modified ( )
signal

Emitted when the options change from their initial settings.

◆ save

virtual void save ( )
pure virtualslot

Write the information from the GUI to the Queue. Subclasses should call setDirty(false) at the end of their implementation.

◆ reset

virtual void reset ( )
pure virtualslot

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: