An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
#include <GuiLog.h>
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. | |
Isis::GuiLog::GuiLog | ( | QWidget * | parent = 0 | ) |
Constructor.
Isis::GuiLog::~GuiLog | ( | ) |
Destructor.
|
slot |
Clear the contents of the log widget.
|
slot |
Save the contents of the log widget to a file.
void Isis::GuiLog::Write | ( | const QString & | string | ) |
Add more information to the log widget.