![]()  | 
  
    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 17 of file GuiLog.cpp.
| Isis::GuiLog::~GuiLog | ( | ) | 
Destructor.
Definition at line 34 of file GuiLog.cpp.
      
  | 
  slot | 
Clear the contents of the log widget.
Definition at line 43 of file GuiLog.cpp.
      
  | 
  slot | 
Save the contents of the log widget to a file.
Definition at line 50 of file GuiLog.cpp.
| void Isis::GuiLog::Write | ( | const QString & | string | ) | 
Add more information to the log widget.
Definition at line 38 of file GuiLog.cpp.
Referenced by Isis::Gui::Log().