#include <vtkQtTableDataRepresentation.h>
This specializes vtkQtTableRepresentation to provide a data view of the table instead of a metadata view. We do not yet tell you what exactly you should do with the data -- that's left for subclasses. Obvious possibilities are a spreadsheet view and a chart view.
Definition at line 42 of file vtkQtTableDataRepresentation.h.
Public Types | |
typedef vtkQtTableRepresentation | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkQtTableDataRepresentation * | SafeDownCast (vtkObject *o) |
static vtkQtTableDataRepresentation * | New () |
Protected Member Functions | |
vtkQtTableDataRepresentation () | |
~vtkQtTableDataRepresentation () | |
void | SetModelType () |
Reimplemented from vtkQtTableRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
Definition at line 45 of file vtkQtTableDataRepresentation.h.
vtkQtTableDataRepresentation::vtkQtTableDataRepresentation | ( | ) | [protected] |
vtkQtTableDataRepresentation::~vtkQtTableDataRepresentation | ( | ) | [protected] |
virtual const char* vtkQtTableDataRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtTableRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
static int vtkQtTableDataRepresentation::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkQtTableRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
virtual int vtkQtTableDataRepresentation::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkQtTableRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
static vtkQtTableDataRepresentation* vtkQtTableDataRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtTableRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
static vtkQtTableDataRepresentation* vtkQtTableDataRepresentation::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
void vtkQtTableDataRepresentation::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkQtTableRepresentation.
Reimplemented in vtkQtChartRepresentation, and vtkQtChartTableRepresentation.
void vtkQtTableDataRepresentation::SetModelType | ( | ) | [protected, virtual] |
This should set the model type to DATA, METADATA or FULL depending on what you want.
Reimplemented from vtkQtTableRepresentation.