|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   34 #ifndef vtkQtRecordView_h 
   35 #define vtkQtRecordView_h 
   39 #include "vtkViewsQtModule.h"  
   77   vtkGetMacro(FieldType, 
int);
 
   78   void SetFieldType(
int);
 
   81   vtkGetMacro(CurrentRow, 
int);
 
   82   vtkGetStringMacro(
Text);
 
  
Superclass for QAbstractItemView-based views.
virtual void AddRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Subclass "hooks" for notifying subclasses of vtkView when representations are added or removed.
The superclass for all representations.
vtkSmartPointer< vtkDataObjectToTable > DataObjectToTable
a simple class to control print indentation
QPointer< QTextEdit > TextWidget
virtual void Update()
Update the view.
virtual void RemoveRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Superclass for Qt widget-based views.
extract field data as a table
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual QWidget * GetWidget()=0
Get the main container of this view (a QWidget).
vtkTypeUInt32 vtkMTimeType