#include <vtkQtChartTableRepresentation.h>
This is a specialization of vtkQtTableDataRepresentation to put the data into a vtkQtChartViewBase.
Definition at line 38 of file vtkQtChartTableRepresentation.h.
Public Types | |
typedef vtkQtTableDataRepresentation | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkQtChartTableSeriesModel * | GetSeriesModel () |
void | SetColumnsAsSeries (bool) |
virtual int | GetColumnsAsSeries () |
Static Public Member Functions | |
static vtkQtChartTableRepresentation * | New () |
static int | IsTypeOf (const char *type) |
static vtkQtChartTableRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkQtChartTableRepresentation () | |
~vtkQtChartTableRepresentation () | |
bool | AddToView (vtkView *view) |
bool | RemoveFromView (vtkView *view) |
Protected Attributes | |
bool | ColumnsAsSeries |
Reimplemented from vtkQtTableDataRepresentation.
Definition at line 42 of file vtkQtChartTableRepresentation.h.
vtkQtChartTableRepresentation::vtkQtChartTableRepresentation | ( | ) | [protected] |
vtkQtChartTableRepresentation::~vtkQtChartTableRepresentation | ( | ) | [protected] |
static vtkQtChartTableRepresentation* vtkQtChartTableRepresentation::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkQtTableDataRepresentation.
virtual const char* vtkQtChartTableRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtTableDataRepresentation.
static int vtkQtChartTableRepresentation::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 vtkQtTableDataRepresentation.
virtual int vtkQtChartTableRepresentation::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 vtkQtTableDataRepresentation.
static vtkQtChartTableRepresentation* vtkQtChartTableRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtTableDataRepresentation.
void vtkQtChartTableRepresentation::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 vtkQtTableDataRepresentation.
vtkQtChartTableSeriesModel* vtkQtChartTableRepresentation::GetSeriesModel | ( | ) |
Return the series model for this table representation
void vtkQtChartTableRepresentation::SetColumnsAsSeries | ( | bool | ) |
Orients the table as being either columns-as-series or rows-as-series oriented.
virtual int vtkQtChartTableRepresentation::GetColumnsAsSeries | ( | ) | [virtual] |
Orients the table as being either columns-as-series or rows-as-series oriented.
bool vtkQtChartTableRepresentation::AddToView | ( | vtkView * | view | ) | [protected] |
Adds the representation to the view. This is called from vtkView::AddRepresentation().
bool vtkQtChartTableRepresentation::RemoveFromView | ( | vtkView * | view | ) | [protected] |
Removes the representation to the view. This is called from vtkView::RemoveRepresentation().
bool vtkQtChartTableRepresentation::ColumnsAsSeries [protected] |
Definition at line 67 of file vtkQtChartTableRepresentation.h.