VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
GUISupport
Qt
vtkQtView.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkQtView.h
5
6
=========================================================================*/
7
/*-------------------------------------------------------------------------
8
Copyright 2009 Sandia Corporation.
9
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
10
the U.S. Government retains certain rights in this software.
11
-------------------------------------------------------------------------*/
22
#ifndef __vtkQtView_h
23
#define __vtkQtView_h
24
25
#include "QVTKWin32Header.h"
26
#include "
vtkView.h
"
27
28
#include <QObject>
29
30
class
QVTK_EXPORT
vtkQtView
:
public
QObject,
public
vtkView
31
{
32
Q_OBJECT
33
public
:
34
35
vtkTypeMacro(
vtkQtView
,
vtkView
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent);
37
41
virtual
QWidget* GetWidget()=0;
42
47
virtual
void
ProcessQtEvents();
48
52
virtual
void
ProcessQtEventsNoUserInput();
53
58
virtual
bool
SaveImage(
const
char
* fileName);
59
60
protected
:
61
vtkQtView
();
62
~
vtkQtView
();
63
64
private
:
65
vtkQtView
(
const
vtkQtView
&);
// Not implemented.
66
void
operator=(
const
vtkQtView
&);
// Not implemented.
67
68
};
69
70
#endif
Generated on Sun Sep 9 2012 13:03:39 for VTK by
1.8.1.2