vtkOutputWindow implementation that converts VTK output messages into Qt signals.
More...
#include <pqOutputWindowAdapter.h>
Inherits QObject, and vtkOutputWindow.
vtkOutputWindow implementation that converts VTK output messages into Qt signals.
To use, create an instance of pqOutputWindowAdapter and pass it to the vtkOutputWindow::setInstance() static method.
- See also
- pqOutputWindow
Definition at line 49 of file pqOutputWindowAdapter.h.
◆ Superclass
◆ New()
◆ GetClassName()
virtual const char* pqOutputWindowAdapter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int pqOutputWindowAdapter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int pqOutputWindowAdapter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ setActive()
void pqOutputWindowAdapter::setActive |
( |
bool |
active | ) |
|
If active signals are emitted on messages.
◆ DisplayTextInWindow()
void pqOutputWindowAdapter::DisplayTextInWindow |
( |
const QString & |
| ) |
|
These are same as DisplayText() and DisplayErrorText() except that they don't pad the text with "\n" nor do they echo the text to the terminal.
Used in pqPythonManager to display Python text.
◆ DisplayErrorTextInWindow()
void pqOutputWindowAdapter::DisplayErrorTextInWindow |
( |
const QString & |
| ) |
|
◆ displayText
void pqOutputWindowAdapter::displayText |
( |
const QString & |
| ) |
|
|
signal |
Signal emitted by VTK messages.
◆ displayErrorText
void pqOutputWindowAdapter::displayErrorText |
( |
const QString & |
| ) |
|
|
signal |
Signal emitted by VTK error messages.
◆ displayWarningText
void pqOutputWindowAdapter::displayWarningText |
( |
const QString & |
| ) |
|
|
signal |
Signal emitted by VTK warning messages.
◆ displayGenericWarningText
void pqOutputWindowAdapter::displayGenericWarningText |
( |
const QString & |
| ) |
|
|
signal |
Signal emitted by VTK warning messages.
◆ displayTextInWindow
void pqOutputWindowAdapter::displayTextInWindow |
( |
const QString & |
| ) |
|
|
signal |
Signal emitted by Python messages.
◆ displayErrorTextInWindow
void pqOutputWindowAdapter::displayErrorTextInWindow |
( |
const QString & |
| ) |
|
|
signal |
Signal emitted by Python errors.
The documentation for this class was generated from the following file: