|
Isis 3.0 Application Source Code Reference |
Home |
#include <HiCalTypes.h>
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 |
| 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. | |
| std::ostream & | operator<< (std::ostream &o, const HiHistory &h) |
| Output operator for history events. | |
Definition at line 46 of file HiCalTypes.h.
| HiHistory | ( | ) | [inline] |
Definition at line 66 of file HiCalTypes.h.
Definition at line 67 of file HiCalTypes.h.
| virtual ~HiHistory | ( | ) | [inline, virtual] |
Definition at line 68 of file HiCalTypes.h.
| HiHistory | ( | ) | [inline] |
Definition at line 63 of file HiCalTypes.h.
Definition at line 64 of file HiCalTypes.h.
| virtual ~HiHistory | ( | ) | [inline, virtual] |
Definition at line 65 of file HiCalTypes.h.
| int size | ( | ) | const [inline] |
Definition at line 70 of file HiCalTypes.h.
| void add | ( | const QString & | event | ) | [inline] |
Definition at line 71 of file HiCalTypes.h.
| QString get | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 72 of file HiCalTypes.h.
| void clear | ( | ) | [inline] |
Definition at line 81 of file HiCalTypes.h.
| PvlKeyword makekey | ( | const QString & | name = "History" |
) | const [inline] |
Definition at line 83 of file HiCalTypes.h.
| int size | ( | ) | const [inline] |
Definition at line 67 of file HiCalTypes.h.
| void add | ( | const QString & | event | ) | [inline] |
Definition at line 68 of file HiCalTypes.h.
| QString get | ( | unsigned int | index = 0 |
) | const [inline] |
Definition at line 69 of file HiCalTypes.h.
| void clear | ( | ) | [inline] |
Definition at line 78 of file HiCalTypes.h.
| PvlKeyword makekey | ( | const QString & | name = "History" |
) | const [inline] |
Definition at line 80 of file HiCalTypes.h.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const HiHistory & | h | |||
| ) | [friend] |
Output operator for history events.
| o | Output stream | |
| h | History class to write contents of |
Definition at line 55 of file HiCalTypes.h.
| std::ostream& operator<< | ( | std::ostream & | o, | |
| const HiHistory & | h | |||
| ) | [friend] |
Output operator for history events.
| o | Output stream | |
| h | History class to write contents of |
Definition at line 52 of file HiCalTypes.h.