33 #ifndef vtkWin32OutputWindow_h 34 #define vtkWin32OutputWindow_h 36 #include "vtkCommonCoreModule.h" 63 VTK_LEGACY(
void SetSendToStdErr(
bool));
64 VTK_LEGACY(
bool GetSendToStdErr());
65 VTK_LEGACY(
void SendToStdErrOn());
66 VTK_LEGACY(
void SendToStdErrOff());
73 void PromptText(
const char* text);
74 static void AddText(
const char*);
75 static int Initialize();
virtual void DisplayText(const char *)
Display the text.
static vtkOutputWindow * New()
Creates a new instance of vtkOutputWindow.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Print ObjectFactor to stream.
base class for writing debug output to a console
Win32 Specific output window class.