|
musrWiz 0.1.0
|
The PMusrWizDefault class stores default settings for the musrWiz wizard. More...
#include <PAdmin.h>
Public Member Functions | |
| PMusrWizDefault () | |
| Constructor. Initializes defaults to "UnDef". | |
| ~PMusrWizDefault () | |
| Destructor. | |
| QString | getInstitute () |
| Returns the default institute name. | |
| QString | getInstrument () |
| Returns the default instrument name. | |
| QString | getFitType () |
| Returns the default fit type. | |
| void | setInstitute (QString str) |
| Sets the default institute name. | |
| void | setInstrument (QString str) |
| Sets the default instrument name. | |
| void | setFitType (QString str) |
| Sets the default fit type. | |
Private Attributes | |
| QString | fInstitute |
| default institute name | |
| QString | fInstrument |
| default instrument name | |
| QString | fFitType |
| default fit type | |
The PMusrWizDefault class stores default settings for the musrWiz wizard.
This class holds the default institute, instrument, and fit type that should be pre-selected when the wizard starts. These defaults are loaded from the musrWiz.xml configuration file.
| PMusrWizDefault::PMusrWizDefault | ( | ) |
Constructor. Initializes defaults to "UnDef".
Initializes that PMusrWizDefault object.
|
inline |
Destructor.
|
inline |
Returns the default fit type.
|
inline |
Returns the default institute name.
|
inline |
Returns the default instrument name.
|
inline |
Sets the default fit type.
| str | Fit type to set. |
|
inline |
Sets the default institute name.
| str | Institute name to set. |
|
inline |
Sets the default instrument name.
| str | Instrument name to set. |
|
private |
default fit type
|
private |
default institute name
|
private |
default instrument name