VTK  9.3.0
vtkAndroidOutputWindow.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
16#ifndef vtkAndroidOutputWindow_h
17#define vtkAndroidOutputWindow_h
18
19#include "vtkCommonCoreModule.h" // For export macro
20#include "vtkOutputWindow.h"
21
22VTK_ABI_NAMESPACE_BEGIN
23class VTKCOMMONCORE_EXPORT vtkAndroidOutputWindow : public vtkOutputWindow
24{
25public:
26 // Methods from vtkObject
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
34
36
39 void DisplayText(const char*) override;
40 void DisplayErrorText(const char*) override;
41 void DisplayWarningText(const char*) override;
42 void DisplayGenericWarningText(const char*) override;
44
45 void DisplayDebugText(const char*) override;
46
47protected:
50
51private:
53 void operator=(const vtkAndroidOutputWindow&) = delete;
54};
55
56VTK_ABI_NAMESPACE_END
57#endif
Win32 Specific output window class.
void DisplayGenericWarningText(const char *) override
New lines are converted to carriage return new lines.
~vtkAndroidOutputWindow() override
void DisplayDebugText(const char *) override
Display the text.
static vtkAndroidOutputWindow * New()
Create a vtkAndroidOutputWindow.
void DisplayErrorText(const char *) override
New lines are converted to carriage return new lines.
void DisplayText(const char *) override
New lines are converted to carriage return new lines.
void DisplayWarningText(const char *) override
New lines are converted to carriage return new lines.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition vtkIndent.h:29
base class for writing debug output to a console