shapeworks::StudioVtkOutputWindow
Implementation of vtkOutputWindow to capture and display VTK error messages.
#include <StudioVtkOutputWindow.h>
Inherits from QObject, vtkOutputWindow
Public Signals
Name | |
---|---|
void | warning(QString message) |
void | error(QString message) |
Public Functions
Name | |
---|---|
StudioVtkOutputWindow * | New() |
vtkTypeMacro(StudioVtkOutputWindow , vtkOutputWindow ) | |
StudioVtkOutputWindow() | |
void | DisplayErrorText(const char * text) override |
void | DisplayWarningText(const char * text) override |
Public Signals Documentation
signal warning
void warning(
QString message
)
signal error
void error(
QString message
)
Public Functions Documentation
function New
static StudioVtkOutputWindow * New()
function vtkTypeMacro
vtkTypeMacro(
StudioVtkOutputWindow ,
vtkOutputWindow
)
function StudioVtkOutputWindow
StudioVtkOutputWindow()
function DisplayErrorText
void DisplayErrorText(
const char * text
) override
function DisplayWarningText
void DisplayWarningText(
const char * text
) override
Updated on 2022-07-23 at 17:50:04 -0600