15namespace MantidWidgets {
22 void notifyCellTextChanged(
RowLocation const &itemIndex,
int column, std::string
const &oldValue,
23 std::string
const &newValue)
override;
24 void notifySelectionChanged()
override;
25 void notifyRowInserted(
RowLocation const &newRowLocation)
override;
26 void notifyAppendAndEditAtChildRowRequested()
override;
27 void notifyAppendAndEditAtRowBelowRequested()
override;
28 void notifyEditAtRowAboveRequested()
override;
29 void notifyRemoveRowsRequested(std::vector<RowLocation>
const &locationsOfRowsToRemove)
override;
30 void notifyCopyRowsRequested()
override;
31 void notifyCutRowsRequested()
override;
32 void notifyPasteRowsRequested()
override;
33 void notifyFilterReset()
override;
36 std::string
const &oldValue, std::string
const &newValue);
40 void removeRowsRequested(std::vector<MantidQt::MantidWidgets::Batch::RowLocation>
const &locationsOfRowsToRemove);
#define EXPORT_OPT_MANTIDQT_COMMON
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...