33 #ifndef _pqOutputWindow_h 34 #define _pqOutputWindow_h 36 #include "pqCoreModule.h" 51 typedef QDialog Superclass;
70 void onDisplayText(
const QString&);
71 void onDisplayErrorText(
const QString&);
72 void onDisplayWarningText(
const QString&);
73 void onDisplayGenericWarningText(
const QString&);
78 void onDisplayTextInWindow(
const QString&);
79 void onDisplayErrorTextInWindow(
const QString&);
90 void setConsoleView(
int on);
93 void errorToggled(
bool checked);
94 void warningToggled(
bool checked);
95 void debugToggled(
bool checked);
98 void onProgressStartEvent();
105 void setupSuppressionExpressions();
108 bool shouldMessageBeSuppressed(
const QString& text);
110 void addMessage(
int messageType,
const QString& text);
111 void addPythonMessages(
int messageType,
const QString& text);
113 void addMessage(
int messageType,
const QString&
location,
114 const QString& message);
116 virtual void showEvent(QShowEvent*);
117 virtual void hideEvent(QHideEvent*);
119 bool Show[MESSAGE_TYPE_COUNT];
123 struct pqImplementation;
124 const QScopedPointer<pqImplementation> Implementation;
127 #endif // !_pqOutputWindow_h
Provides an output dialog that will display all VTK/ParaView debug/warning/error output.
ParaViewResources *resource location
ParaView plugins can load gui configuration xmls eg.