USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::GuiLog Class Reference

#include <GuiLog.h>

Inherits QWidget.

List of all members.

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.

Detailed Description

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

Constructor & Destructor Documentation

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

Constructor.

Isis::GuiLog::~GuiLog (  ) 

Destructor.


Member Function Documentation

void Isis::GuiLog::Clear (  )  [slot]

Clear the contents of the log widget.

void Isis::GuiLog::Save (  )  [slot]

Save the contents of the log widget to a file.

References fout.

void Isis::GuiLog::Write ( const QString &  string  ) 

Add more information to the log widget.


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