proper class encapsulation for PGetAsymmetryRunBlockDialog, and adding a skeleton for PGetSingleHistoRunBlockDialog
This commit is contained in:
@@ -38,6 +38,18 @@ class PGetAsymmetryRunBlockDialog : public PGetAsymmetryRunBlockDialogBase
|
||||
{
|
||||
public:
|
||||
PGetAsymmetryRunBlockDialog();
|
||||
|
||||
QString GetRunHeaderInfo();
|
||||
QString GetAlphaParameter(bool &present);
|
||||
QString GetBetaParameter(bool &present);
|
||||
QString GetMap(bool &valid);
|
||||
QString GetForward() { return QString("forward " + fForward_lineEdit->text() + "\n"); }
|
||||
QString GetBackward() { return QString("backward " + fBackward_lineEdit->text() + "\n"); }
|
||||
QString GetBackground(bool &valid);
|
||||
QString GetData(bool &valid);
|
||||
QString GetT0(bool &present);
|
||||
QString GetFitRange(bool &valid);
|
||||
QString GetPacking(bool &present);
|
||||
};
|
||||
|
||||
#endif // _PGETASYMMETRYRUNBLOCKDIALOG_H_
|
||||
|
||||
Reference in New Issue
Block a user