|
Isis 3.0 Object Programmers' Reference |
Home |
#include <GuiLog.h>


Public Slots | |
| void | Clear () |
| Clear the contents of the log widget. | |
| void | Save () |
| Save the contents of the log widget to a file. | |
Public Member Functions | |
| GuiLog (QWidget *parent=0) | |
| Constructor. | |
| ~GuiLog () | |
| Destructor. | |
| void | Write (const QString &string) |
| Add more information to the log widget. | |
Private Attributes | |
| QTextEdit * | p_textEdit |
For internal use only.
Definition at line 13 of file GuiLog.h.
| Isis::GuiLog::GuiLog | ( | QWidget * | parent = 0 |
) |
Constructor.
Definition at line 11 of file GuiLog.cpp.
| Isis::GuiLog::~GuiLog | ( | ) |
Destructor.
Definition at line 28 of file GuiLog.cpp.
| void Isis::GuiLog::Clear | ( | ) | [slot] |
Clear the contents of the log widget.
Definition at line 37 of file GuiLog.cpp.
| void Isis::GuiLog::Save | ( | ) | [slot] |
Save the contents of the log widget to a file.
Definition at line 44 of file GuiLog.cpp.
References fout.
| void Isis::GuiLog::Write | ( | const QString & | string | ) |
Add more information to the log widget.
Definition at line 32 of file GuiLog.cpp.
Referenced by Isis::Gui::Log().