19 #ifndef vtkOutputWindow_h
20 #define vtkOutputWindow_h
22 #include "vtkCommonCoreModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
40 class vtkOutputWindowPrivateAccessor;
76 virtual void DisplayText(
const char*);
77 virtual void DisplayErrorText(
const char*);
78 virtual void DisplayWarningText(
const char*);
79 virtual void DisplayGenericWarningText(
const char*);
80 virtual void DisplayDebugText(
const char*);
93 vtkBooleanMacro(PromptUser,
bool);
94 vtkSetMacro(PromptUser,
bool);
129 vtkSetClampMacro(DisplayMode,
int, DEFAULT, ALWAYS_STDERR);
130 vtkGetMacro(DisplayMode,
int);
154 vtkGetMacro(CurrentMessageType, MessageTypes);
167 virtual StreamType GetDisplayStream(MessageTypes msgType)
const;
172 std::atomic<MessageTypes> CurrentMessageType;
174 std::atomic<int> InStandardMacros;
177 friend class vtkOutputWindowPrivateAccessor;
183 VTK_ABI_NAMESPACE_END
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.
#define VTK_DEPRECATED_IN_9_3_0(reason)
a simple class to control print indentation
base class for writing debug output to a console
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...