Provides an output dialog that will display all VTK/ParaView debug/warning/error output.
More...
#include <pqOutputWindow.h>
List of all members.
Detailed Description
Provides an output dialog that will display all VTK/ParaView debug/warning/error output.
To use, create an instance of pqOutputWindowAdapter and connect its output signals to the corresponding pqOutputWindow slots.
- See also:
- pqOutputWindowAdapter
Definition at line 48 of file pqOutputWindow.h.
Constructor & Destructor Documentation
| pqOutputWindow::pqOutputWindow |
( |
QWidget * |
Parent | ) |
|
| pqOutputWindow::~pqOutputWindow |
( |
| ) |
|
Member Function Documentation
| void pqOutputWindow::setShowOutput |
( |
bool |
state | ) |
[inline] |
| void pqOutputWindow::onDisplayText |
( |
const QString & |
| ) |
[slot] |
| void pqOutputWindow::onDisplayErrorText |
( |
const QString & |
| ) |
[slot] |
| void pqOutputWindow::onDisplayWarningText |
( |
const QString & |
| ) |
[slot] |
| void pqOutputWindow::onDisplayGenericWarningText |
( |
const QString & |
| ) |
[slot] |
The documentation for this class was generated from the following file: