18 #ifndef vtkQtRecordView_h
19 #define vtkQtRecordView_h
23 #include "vtkViewsQtModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
63 vtkGetMacro(FieldType,
int);
64 void SetFieldType(
int);
67 vtkGetMacro(CurrentRow,
int);
68 vtkGetStringMacro(
Text);
Superclass for QAbstractItemView-based views.
vtkTypeUInt32 vtkMTimeType
virtual void Update()
Update the view.
this filter produces a vtkTable from the chosen attribute in the input data object.
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...
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
vtkSmartPointer< vtkAttributeDataToTableFilter > DataObjectToTable
QPointer< QTextEdit > TextWidget
The superclass for all representations.
Superclass for Qt widget-based views.
virtual void RemoveRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Meant for use by subclasses and vtkRepresentation subclasses.