36 void unroll(
size_t index);
38 void roll(
size_t index);
40 void filterBetweenExecDate(Mantid::Types::Core::DateAndTime start,
41 Mantid::Types::Core::DateAndTime end = Mantid::Types::Core::DateAndTime::getCurrentTime());
49 size_t size()
const {
return m_historyItems.size(); }
52 void unroll(std::vector<HistoryItem>::iterator &it);
53 void roll(std::vector<HistoryItem>::iterator &it);
54 void rollChildren(std::vector<HistoryItem>::iterator it);
This class wraps an algorithm history pointer to add additional functionality when creating a History...
std::vector< HistoryItem > m_historyItems
virtual ~HistoryView()=default
const WorkspaceHistory m_wsHist
const std::vector< HistoryItem > & getAlgorithmsList() const
Get the list of History Items for this view.
This class stores information about the Workspace History used by algorithms on a workspace and the e...