VTK
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 =========================================================================*/
30 #ifndef vtkAndroidOutputWindow_h
31 #define vtkAndroidOutputWindow_h
32 
33 #include "vtkCommonCoreModule.h" // For export macro
34 #include "vtkOutputWindow.h"
35 
36 
38 {
39 public:
40 // Methods from vtkObject
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
46 
48 
49  virtual void DisplayText(const char*);
50  virtual void DisplayErrorText(const char*);
51  virtual void DisplayWarningText(const char*);
52  virtual void DisplayGenericWarningText(const char*);
54 
55  virtual void DisplayDebugText(const char*);
56 
57 protected:
60 
61 private:
62  vtkAndroidOutputWindow(const vtkAndroidOutputWindow&); // Not implemented.
63  void operator=(const vtkAndroidOutputWindow&); // Not implemented.
64 };
65 
66 
67 #endif
vtkAndroidOutputWindow::vtkAndroidOutputWindow
vtkAndroidOutputWindow()
vtkAndroidOutputWindow::DisplayErrorText
virtual void DisplayErrorText(const char *)
VTKCOMMONCORE_EXPORT
#define VTKCOMMONCORE_EXPORT
Definition: vtkCommonCoreModule.h:15
vtkAndroidOutputWindow::DisplayWarningText
virtual void DisplayWarningText(const char *)
vtkAndroidOutputWindow::New
static vtkAndroidOutputWindow * New()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkOutputWindow.h
vtkAndroidOutputWindow::DisplayDebugText
virtual void DisplayDebugText(const char *)
vtkCommonCoreModule.h
vtkOutputWindow
base class for writing debug output to a console
Definition: vtkOutputWindow.h:50
vtkAndroidOutputWindow
Win32 Specific output window class.
Definition: vtkAndroidOutputWindow.h:38
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkAndroidOutputWindow::DisplayText
virtual void DisplayText(const char *)
vtkAndroidOutputWindow::~vtkAndroidOutputWindow
virtual ~vtkAndroidOutputWindow()
vtkAndroidOutputWindow::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkAndroidOutputWindow::DisplayGenericWarningText
virtual void DisplayGenericWarningText(const char *)