27      void Write(
const QString &
string);
 
   34      QTextEdit *p_textEdit;
 
 
~GuiLog()
Destructor.
Definition GuiLog.cpp:34
 
void Write(const QString &string)
Add more information to the log widget.
Definition GuiLog.cpp:38
 
void Save()
Save the contents of the log widget to a file.
Definition GuiLog.cpp:50
 
void Clear()
Clear the contents of the log widget.
Definition GuiLog.cpp:43
 
GuiLog(QWidget *parent=0)
Constructor.
Definition GuiLog.cpp:17
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16