16#include <QSortFilterProxyModel>
17#include <QStandardItemModel>
20namespace MantidWidgets {
28 std::vector<Cell> emptyRow(
int columnCount)
const;
43 std::vector<Cell>
const &cells);
48 template <
typename Action>
62template <
typename Action>
64 Action
const &action)
const {
65 for (
auto i = 0; i < columnCount; i++) {
66 auto cellIndex = startAtCell.
sibling(startAtCell.
row(), i);
#define EXPORT_OPT_MANTIDQT_COMMON
std::map< DeltaEMode::Type, std::string > index
The AlgorithmProgressDialogPresenter keeps track of the running algorithms and displays a progress ba...