34 #ifndef vtkQtRecordView_h
35 #define vtkQtRecordView_h
37 #include "vtkViewsQtModule.h"
77 vtkGetMacro(FieldType,
int);
78 void SetFieldType(
int);
81 vtkGetMacro(CurrentRow,
int);
Superclass for QAbstractItemView-based views.
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).
virtual void AddRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Subclass "hooks" for notifying subclasses of vtkView when representations are added or removed...
vtkTypeUInt64 vtkMTimeType
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
QPointer< QTextEdit > TextWidget
The superclass for all representations.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSmartPointer< vtkDataObjectToTable > DataObjectToTable
Superclass for Qt widget-based views.
virtual void RemoveRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Meant for use by subclasses and vtkRepresentation subclasses.