USGS

Isis 3.0 Object Programmers' Reference

Home

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 13 of file GuiLog.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void Isis::GuiLog::Clear ( )
slot

Clear the contents of the log widget.

Definition at line 37 of file GuiLog.cpp.

void Isis::GuiLog::Save ( )
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().


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