32 #ifndef __vtkQtAnnotationView_h
33 #define __vtkQtAnnotationView_h
35 #include "vtkViewsQtModule.h"
36 #include "QVTKWin32Header.h"
41 #include "vtkQtAnnotationLayersModelAdapter.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
68 void slotQtSelectionChanged(
const QItemSelection&,
const QItemSelection&);
71 unsigned long LastInputMTime;
73 QPointer<QTableView> View;
74 vtkQtAnnotationLayersModelAdapter* Adapter;
virtual QWidget * GetWidget()=0
void PrintSelf(ostream &os, vtkIndent indent)
A VTK view that displays the annotations on its annotation link.
Superclass for Qt widget-based views.