VTK  9.1.0
vtkAndroidOutputWindow.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkAndroidOutputWindow.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
31#ifndef vtkAndroidOutputWindow_h
32#define vtkAndroidOutputWindow_h
33
34#include "vtkCommonCoreModule.h" // For export macro
35#include "vtkOutputWindow.h"
36
37class VTKCOMMONCORE_EXPORT vtkAndroidOutputWindow : public vtkOutputWindow
38{
39public:
40 // Methods from vtkObject
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
48
50
53 void DisplayText(const char*) override;
54 void DisplayErrorText(const char*) override;
55 void DisplayWarningText(const char*) override;
56 void DisplayGenericWarningText(const char*) override;
58
59 void DisplayDebugText(const char*) override;
60
61protected:
64
65private:
67 void operator=(const vtkAndroidOutputWindow&) = delete;
68};
69
70#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:113
base class for writing debug output to a console