25namespace MantidWidgets {
35 void keyPressEvent(QKeyEvent *e)
override;
38 void insertSuggestion();
39 void clearSuggestion();
40 void nextSuggestion();
41 void prevSuggestion();
45 typename std::vector<Hint>::const_iterator
m_match;
49 void updateHints(
const QString &text);
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...