Isis 3 Programmer Reference
Isis::GuiLog Class Reference

#include <GuiLog.h>

Inheritance diagram for Isis::GuiLog:
Inheritance graph
Collaboration diagram for Isis::GuiLog:
Collaboration graph

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
 

Detailed Description

Author
????-??-?? Unknown

Definition at line 18 of file GuiLog.h.

Constructor & Destructor Documentation

◆ GuiLog()

Isis::GuiLog::GuiLog ( QWidget * parent = 0)

Constructor.

Definition at line 17 of file GuiLog.cpp.

◆ ~GuiLog()

Isis::GuiLog::~GuiLog ( )

Destructor.

Definition at line 34 of file GuiLog.cpp.

Member Function Documentation

◆ Clear

void Isis::GuiLog::Clear ( )
slot

Clear the contents of the log widget.

Definition at line 43 of file GuiLog.cpp.

◆ Save

void Isis::GuiLog::Save ( )
slot

Save the contents of the log widget to a file.

Definition at line 50 of file GuiLog.cpp.

◆ Write()

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().

Member Data Documentation

◆ p_textEdit

QTextEdit* Isis::GuiLog::p_textEdit
private

Definition at line 34 of file GuiLog.h.


The documentation for this class was generated from the following files: