#include <GuiLog.h>
|
| void | Clear () |
| | Clear the contents of the log widget.
|
| |
| void | Save () |
| | Save the contents of the log widget to a file.
|
| |
|
| | GuiLog (QWidget *parent=0) |
| | Constructor.
|
| |
| | ~GuiLog () |
| | Destructor.
|
| |
| void | Write (const QString &string) |
| | Add more information to the log widget.
|
| |
◆ GuiLog()
| Isis::GuiLog::GuiLog |
( |
QWidget * | parent = 0 | ) |
|
◆ ~GuiLog()
| Isis::GuiLog::~GuiLog |
( |
| ) |
|
◆ Clear
| void Isis::GuiLog::Clear |
( |
| ) |
|
|
slot |
Clear the contents of the log widget.
◆ Save
| void Isis::GuiLog::Save |
( |
| ) |
|
|
slot |
Save the contents of the log widget to a file.
◆ Write()
| void Isis::GuiLog::Write |
( |
const QString & | string | ) |
|
The documentation for this class was generated from the following files:
- /Users/chkim/repos/ISIS3/isis/src/base/objs/Gui/GuiLog.h
- /Users/chkim/repos/ISIS3/isis/src/base/objs/Gui/GuiLog.cpp