proper class encapsulation for PGetAsymmetryRunBlockDialog, and adding a skeleton for PGetSingleHistoRunBlockDialog

This commit is contained in:
nemu
2009-03-14 18:03:20 +00:00
parent e427a55283
commit aa99881488
7 changed files with 633 additions and 220 deletions

View File

@@ -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_