Provides an output dialog that will display all VTK/ParaView debug/warning/error output.
More...
#include <pqOutputWindow.h>
Inherits QDialog.
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.
§ MessageType
| Enumerator |
|---|
| ERROR | |
| WARNING | |
| DEBUG | |
| MESSAGE_TYPE_COUNT | |
Definition at line 54 of file pqOutputWindow.h.
§ pqOutputWindow()
| pqOutputWindow::pqOutputWindow |
( |
QWidget * |
Parent | ) |
|
§ ~pqOutputWindow()
| pqOutputWindow::~pqOutputWindow |
( |
| ) |
|
§ instance()
§ onDisplayText
| void pqOutputWindow::onDisplayText |
( |
const QString & |
| ) |
|
|
slot |
§ onDisplayErrorText
| void pqOutputWindow::onDisplayErrorText |
( |
const QString & |
| ) |
|
|
slot |
§ onDisplayWarningText
| void pqOutputWindow::onDisplayWarningText |
( |
const QString & |
| ) |
|
|
slot |
§ onDisplayGenericWarningText
| void pqOutputWindow::onDisplayGenericWarningText |
( |
const QString & |
| ) |
|
|
slot |
§ onDisplayTextInWindow
| void pqOutputWindow::onDisplayTextInWindow |
( |
const QString & |
| ) |
|
|
slot |
§ onDisplayErrorTextInWindow
| void pqOutputWindow::onDisplayErrorTextInWindow |
( |
const QString & |
| ) |
|
|
slot |
The documentation for this class was generated from the following file: