#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.
Referenced by Isis::Gui::Log().
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 08/22/2024 20:28:59 |