Isis Developer Reference
Isis::HiHistory Class Reference

#include <HiCalTypes.h>

Collaboration diagram for Isis::HiHistory:
Collaboration graph

Public Member Functions

 HiHistory ()
 
 HiHistory (const HiHistory &h)
 
virtual ~HiHistory ()
 
int size () const
 
void add (const QString &event)
 
QString get (unsigned int index=0) const
 
void clear ()
 
PvlKeyword makekey (const QString &name="History") const
 

Friends

std::ostream & operator<< (std::ostream &o, const HiHistory &h)
 Output operator for history events.
 

Constructor & Destructor Documentation

◆ HiHistory() [1/2]

Isis::HiHistory::HiHistory ( )
inline

◆ HiHistory() [2/2]

Isis::HiHistory::HiHistory ( const HiHistory & h)
inline

◆ ~HiHistory()

virtual Isis::HiHistory::~HiHistory ( )
inlinevirtual

Member Function Documentation

◆ add()

◆ clear()

void Isis::HiHistory::clear ( )
inline

◆ get()

QString Isis::HiHistory::get ( unsigned int index = 0) const
inline

◆ makekey()

PvlKeyword Isis::HiHistory::makekey ( const QString & name = "History") const
inline

◆ size()

int Isis::HiHistory::size ( ) const
inline

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & o,
const HiHistory & h )
friend

Output operator for history events.

Parameters
oOutput stream
hHistory class to write contents of
Returns
std::ostream& Returns new state of stream

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