31 #ifndef vtkOutputWindow_h
32 #define vtkOutputWindow_h
34 #include "vtkCommonCoreModule.h"
49 class vtkOutputWindowPrivateAccessor;
85 virtual void DisplayText(
const char*);
86 virtual void DisplayErrorText(
const char*);
87 virtual void DisplayWarningText(
const char*);
88 virtual void DisplayGenericWarningText(
const char*);
89 virtual void DisplayDebugText(
const char*);
102 vtkBooleanMacro(PromptUser,
bool);
103 vtkSetMacro(PromptUser,
bool);
138 vtkSetClampMacro(DisplayMode,
int, DEFAULT, ALWAYS_STDERR);
139 vtkGetMacro(DisplayMode,
int);
163 vtkGetMacro(CurrentMessageType, MessageTypes);
176 virtual StreamType GetDisplayStream(MessageTypes msgType)
const;
184 int InStandardMacros;
187 friend class vtkOutputWindowPrivateAccessor;
void SetDisplayModeToAlwaysStdErr()
Flag indicates how the vtkOutputWindow handles displaying of text to stderr / stdout.
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetDisplayModeToNever()
Flag indicates how the vtkOutputWindow handles displaying of text to stderr / stdout.
DisplayModes
Flag indicates how the vtkOutputWindow handles displaying of text to stderr / stdout.
a simple class to control print indentation
base class for writing debug output to a console
static vtkOutputWindowCleanup vtkOutputWindowCleanupInstance
void SetDisplayModeToDefault()
Flag indicates how the vtkOutputWindow handles displaying of text to stderr / stdout.
void SetDisplayModeToAlways()
Flag indicates how the vtkOutputWindow handles displaying of text to stderr / stdout.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...