34 #ifndef vtkQtRecordView_h 35 #define vtkQtRecordView_h 37 #include "vtkViewsQtModule.h" 77 vtkGetMacro(FieldType,
int);
78 void SetFieldType(
int);
81 vtkGetMacro(CurrentRow,
int);
87 void Update() VTK_OVERRIDE;
92 ~vtkQtRecordView() VTK_OVERRIDE;
99 QPointer<QTextEdit> TextWidget;
107 vtkQtRecordView(const vtkQtRecordView&) VTK_DELETE_FUNCTION;
108 void operator=(const vtkQtRecordView&) VTK_DELETE_FUNCTION;
Superclass for QAbstractItemView-based views.
vtkTypeUInt32 vtkMTimeType
virtual void Update()
Update the view.
extract field data as a table
virtual QWidget * GetWidget()=0
Get the main container of this view (a QWidget).
Hold a reference to a vtkObjectBase instance.
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
The superclass for all representations.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass for Qt widget-based views.