VTK  9.0.3
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 
34 class VTKCOMMONCORE_EXPORT vtkAndroidOutputWindow : public vtkOutputWindow
35 {
36 public:
37  // Methods from vtkObject
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
45 
47 
50  void DisplayText(const char*) override;
51  virtual void DisplayErrorText(const char*);
52  virtual void DisplayWarningText(const char*);
53  virtual void DisplayGenericWarningText(const char*);
55 
56  virtual void DisplayDebugText(const char*);
57 
58 protected:
61 
62 private:
64  void operator=(const vtkAndroidOutputWindow&) = delete;
65 };
66 
67 #endif
Win32 Specific output window class.
virtual void DisplayErrorText(const char *)
virtual void DisplayGenericWarningText(const char *)
~vtkAndroidOutputWindow() override
static vtkAndroidOutputWindow * New()
Create a vtkAndroidOutputWindow.
virtual void DisplayDebugText(const char *)
void DisplayText(const char *) override
New lines are converted to carriage return new lines.
virtual void DisplayWarningText(const char *)
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:34
base class for writing debug output to a console