Mantid
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Mantid::API::HistoryItem Class Reference

#include <HistoryItem.h>

Inheritance diagram for Mantid::API::HistoryItem:
AlgHistoryItem

Public Member Functions

AlgorithmHistory_const_sptr getAlgorithmHistory () const
 
 HistoryItem (AlgorithmHistory_const_sptr algHist)
 
bool isUnrolled () const
 
size_t numberOfChildren () const
 
void unrolled (bool unrolled)
 
virtual ~HistoryItem ()=default
 

Private Attributes

AlgorithmHistory_const_sptr m_algorithmHistory
 
bool m_unrolled
 

Detailed Description

Definition at line 27 of file HistoryItem.h.

Constructor & Destructor Documentation

◆ HistoryItem()

Mantid::API::HistoryItem::HistoryItem ( AlgorithmHistory_const_sptr  algHist)

Definition at line 16 of file HistoryItem.cpp.

◆ ~HistoryItem()

virtual Mantid::API::HistoryItem::~HistoryItem ( )
virtualdefault

Member Function Documentation

◆ getAlgorithmHistory()

AlgorithmHistory_const_sptr Mantid::API::HistoryItem::getAlgorithmHistory ( ) const
inline

Definition at line 33 of file HistoryItem.h.

◆ isUnrolled()

bool Mantid::API::HistoryItem::isUnrolled ( ) const
inline

Definition at line 31 of file HistoryItem.h.

◆ numberOfChildren()

size_t Mantid::API::HistoryItem::numberOfChildren ( ) const
inline

Definition at line 34 of file HistoryItem.h.

◆ unrolled()

void Mantid::API::HistoryItem::unrolled ( bool  unrolled)
inline

Definition at line 32 of file HistoryItem.h.

References unrolled().

Referenced by unrolled().

Member Data Documentation

◆ m_algorithmHistory

AlgorithmHistory_const_sptr Mantid::API::HistoryItem::m_algorithmHistory
private

Definition at line 37 of file HistoryItem.h.

◆ m_unrolled

bool Mantid::API::HistoryItem::m_unrolled
private

Definition at line 38 of file HistoryItem.h.


The documentation for this class was generated from the following files: