25 #ifndef vtkOutputWindow_h 26 #define vtkOutputWindow_h 28 #include "vtkCommonCoreModule.h" 43 class vtkOutputWindowPrivateAccessor;
79 virtual void DisplayText(
const char*);
80 virtual void DisplayErrorText(
const char*);
81 virtual void DisplayWarningText(
const char*);
82 virtual void DisplayGenericWarningText(
const char*);
83 virtual void DisplayDebugText(
const char*);
96 vtkBooleanMacro(PromptUser,
bool);
97 vtkSetMacro(PromptUser,
bool);
110 VTK_LEGACY(
void SetUseStdErrorForAllMessages(
bool));
111 VTK_LEGACY(
bool GetUseStdErrorForAllMessages());
112 VTK_LEGACY(
void UseStdErrorForAllMessagesOn());
113 VTK_LEGACY(
void UseStdErrorForAllMessagesOff());
148 vtkSetClampMacro(DisplayMode,
int, DEFAULT, ALWAYS_STDERR);
149 vtkGetMacro(DisplayMode,
int);
194 int InStandardMacros;
197 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...