SpectraPac 2.0(r200)
Evaluates PAC Measurements
|
Knockout settings dialog. More...
#include <PacKnockoutSelector.h>
Public Member Functions | |
PacKnockoutSelector (QWidget *parent=0) | |
~PacKnockoutSelector () | |
void | resetKnockoutSettings () |
PacKnockoutSettings | currentKnockoutSettings () const |
void | appendToDomNode (QDomElement &node) const |
Appends this object's current state to the passed DOM node. | |
void | initializeFromDomNode (const QDomElement &node) |
Initializes this object's current state from the passed DOM node. |
Knockout settings dialog.
PacKnockoutSelector::PacKnockoutSelector | ( | QWidget * | parent = 0 | ) |
PacKnockoutSelector::~PacKnockoutSelector | ( | ) |
void PacKnockoutSelector::appendToDomNode | ( | QDomElement & | node | ) | const |
Appends this object's current state to the passed DOM node.
This method expects the parent element where it shall append this object's information as a parameter
PacKnockoutSettings PacKnockoutSelector::currentKnockoutSettings | ( | ) | const |
void PacKnockoutSelector::initializeFromDomNode | ( | const QDomElement & | node | ) |
Initializes this object's current state from the passed DOM node.
This method expects the parent element where it shall read this object's information from as a parameter
void PacKnockoutSelector::resetKnockoutSettings | ( | ) |