16class QtTreePropertyBrowser;
17class QtStringPropertyManager;
18class QtIntPropertyManager;
19class QtEnumPropertyManager;
20class QtBoolPropertyManager;
23namespace MantidWidgets {
46 void setProperty(std::string
const &name, std::string
const &
value);
47 std::string getProperty(std::string
const &name)
const;
48 bool getBoolProperty(std::string
const &name)
const;
55 void stringChanged(QtProperty *prop);
56 void enumChanged(QtProperty *prop);
60 void createProperties();
61 void createFittingModeProperty();
62 void createMaxIterationsProperty();
63 void createMinimizerProperty();
64 void createCostFunctionProperty();
65 void createEvaluationTypeProperty();
66 void createOutputBaseNameProperty();
67 void createPlotOutputProperty();
71 void setStringProperty(QtProperty *prop, std::string
const &
value);
72 std::string getStringProperty(QtProperty *prop)
const;
74 void setIntProperty(QtProperty *prop, std::string
const &
value);
75 std::string getIntProperty(QtProperty *prop)
const;
77 void setStringEnumProperty(QtProperty *prop, std::string
const &
value);
78 std::string getStringEnumProperty(QtProperty *prop)
const;
80 QtProperty *getQtPropertyFor(std::string
const &name)
const;
#define EXPORT_OPT_MANTIDQT_COMMON
double value
The value of the point.
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...