18#ifndef vtkQtRecordView_h 
   19#define vtkQtRecordView_h 
   23#include "vtkViewsQtModule.h"  
   28VTK_ABI_NAMESPACE_BEGIN
 
   63  vtkGetMacro(FieldType, 
int);
 
   67  vtkGetMacro(CurrentRow, 
int);
 
   68  vtkGetStringMacro(Text);
 
this filter produces a vtkTable from the chosen attribute in the input data object.
 
The superclass for all representations.
 
a simple class to control print indentation
 
Superclass for QAbstractItemView-based views.
 
void Update() override
Updates the view.
 
void SetFieldType(int)
The field type to copy into the output table.
 
QPointer< QTextEdit > TextWidget
 
static vtkQtRecordView * New()
 
void AddRepresentationInternal(vtkDataRepresentation *rep) override
 
void RemoveRepresentationInternal(vtkDataRepresentation *rep) override
 
QWidget * GetWidget() override
Get the main container of this view (a QWidget).
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkQtRecordView() override
 
vtkSmartPointer< vtkAttributeDataToTableFilter > DataObjectToTable
 
Superclass for Qt widget-based views.
 
Hold a reference to a vtkObjectBase instance.
 
vtkTypeUInt32 vtkMTimeType