51 #ifndef __vtkQtTableRepresentation_h
52 #define __vtkQtTableRepresentation_h
54 #include "vtkViewsQtModule.h"
55 #include "QVTKWin32Header.h"
60 class vtkQtTableModelAdapter;
68 void PrintSelf(ostream &os, vtkIndent indent);
73 void SetColorTable(vtkLookupTable *t);
74 vtkGetObjectMacro(ColorTable, vtkLookupTable);
80 void SetKeyColumn(
const char* col);
87 vtkSetStringMacro(FirstDataColumn);
88 vtkGetStringMacro(FirstDataColumn);
94 vtkSetStringMacro(LastDataColumn);
95 vtkGetStringMacro(LastDataColumn);
105 vtkSetStringMacro(KeyColumnInternal);
106 vtkGetStringMacro(KeyColumnInternal);
119 vtkInformationVector** inputVector,
120 vtkInformationVector* outputVector);
123 virtual void ResetModel();
124 virtual void CreateSeriesColors();
virtual void SetModelType()
The superclass for all representations.
void PrintSelf(ostream &os, vtkIndent indent)
vtkLookupTable * ColorTable
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkQtTableModelAdapter * ModelAdapter
vtkDoubleArray * SeriesColors
set up a vtkTable in a Qt model