musrWiz 0.1.0
Loading...
Searching...
No Matches
PMusrWizDefault Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PMusrWizDefault()

PMusrWizDefault::PMusrWizDefault ( )

Constructor. Initializes defaults to "UnDef".

Initializes that PMusrWizDefault object.

◆ ~PMusrWizDefault()

PMusrWizDefault::~PMusrWizDefault ( )
inline

Destructor.

Member Function Documentation

◆ getFitType()

QString PMusrWizDefault::getFitType ( )
inline

Returns the default fit type.

Returns
Default fit type string.

◆ getInstitute()

QString PMusrWizDefault::getInstitute ( )
inline

Returns the default institute name.

Returns
Default institute name.

◆ getInstrument()

QString PMusrWizDefault::getInstrument ( )
inline

Returns the default instrument name.

Returns
Default instrument name.

◆ setFitType()

void PMusrWizDefault::setFitType ( QString str)
inline

Sets the default fit type.

Parameters
strFit type to set.

◆ setInstitute()

void PMusrWizDefault::setInstitute ( QString str)
inline

Sets the default institute name.

Parameters
strInstitute name to set.

◆ setInstrument()

void PMusrWizDefault::setInstrument ( QString str)
inline

Sets the default instrument name.

Parameters
strInstrument name to set.

Member Data Documentation

◆ fFitType

QString PMusrWizDefault::fFitType
private

default fit type

◆ fInstitute

QString PMusrWizDefault::fInstitute
private

default institute name

◆ fInstrument

QString PMusrWizDefault::fInstrument
private

default instrument name


The documentation for this class was generated from the following files: