16#include <QTreeWidgetItem>
20class SelectFunctionDialog;
24namespace MantidWidgets {
39 QString getFunction()
const;
41 void clearSearchBoxText()
const;
49 void constructFunctionTree(
const std::map<std::string, std::vector<std::string>> &categoryFunctionsMap,
50 const std::vector<std::string> &restrictions);
52 void setMinimumHeightOfFunctionTree();
55 void searchBoxChanged(
const QString &text);
56 void functionDoubleClicked(QTreeWidgetItem *item);
57 void acceptFunction();
58 void rejectFunction();
59 void helpClicked()
const;
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...