added primitve helps
This commit is contained in:
@@ -37,19 +37,26 @@
|
||||
class PGetAsymmetryRunBlockDialog : public PGetAsymmetryRunBlockDialogBase
|
||||
{
|
||||
public:
|
||||
PGetAsymmetryRunBlockDialog();
|
||||
PGetAsymmetryRunBlockDialog(const QString help = "", QWidget * parent = 0, const char * name = 0,
|
||||
bool modal = FALSE, WFlags f = 0);
|
||||
|
||||
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);
|
||||
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);
|
||||
|
||||
private slots:
|
||||
void helpContents();
|
||||
|
||||
private:
|
||||
QString fHelp;
|
||||
};
|
||||
|
||||
#endif // _PGETASYMMETRYRUNBLOCKDIALOG_H_
|
||||
|
||||
Reference in New Issue
Block a user