Isis 3 Programmer Reference
|
#include <GuiLog.h>
Public Slots | |
void | Clear () |
Clear the contents of the log widget. More... | |
void | Save () |
Save the contents of the log widget to a file. More... | |
Public Member Functions | |
GuiLog (QWidget *parent=0) | |
Constructor. More... | |
~GuiLog () | |
Destructor. More... | |
void | Write (const QString &string) |
Add more information to the log widget. More... | |
Private Attributes | |
QTextEdit * | p_textEdit |
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.
|
slot |
Clear the contents of the log widget.
Definition at line 37 of file GuiLog.cpp.
|
slot |
Save the contents of the log widget to a file.
Definition at line 44 of file GuiLog.cpp.
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().