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=========================================================================*/
28#ifndef vtkAndroidOutputWindow_h
29#define vtkAndroidOutputWindow_h
30
31#include "vtkCommonCoreModule.h" // For export macro
32#include "vtkOutputWindow.h"
33
34class VTKCOMMONCORE_EXPORT vtkAndroidOutputWindow : public vtkOutputWindow
35{
36public:
37 // Methods from vtkObject
39 void PrintSelf(ostream& os, vtkIndent indent) override;
40
45
47
50 void DisplayText(const char*) override;
51 void DisplayErrorText(const char*) override;
52 void DisplayWarningText(const char*) override;
53 void DisplayGenericWarningText(const char*) override;
55
56 void DisplayDebugText(const char*) override;
57
58protected:
61
62private:
64 void operator=(const vtkAndroidOutputWindow&) = delete;
65};
66
67#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