#include <vtkQtLineChartView.h>
vtkQtLineChartView is a type vtkQtChartView designed for line charts.
Definition at line 45 of file vtkQtLineChartView.h.
Public Types | |
typedef vtkQtChartView | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Update () |
void | SetHelpFormat (const char *format) |
virtual void | AddChartSelectionHandlers (vtkQtChartMouseSelection *selector) |
virtual vtkQtChartSeriesModelCollection * | GetChartSeriesModel () |
virtual vtkQtChartSeriesOptions * | GetChartSeriesOptions (int series) |
virtual vtkQtChartSeriesLayer * | GetChartSeriesLayer () |
Static Public Member Functions | |
static vtkQtLineChartView * | New () |
static int | IsTypeOf (const char *type) |
static vtkQtLineChartView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkQtLineChartView () | |
~vtkQtLineChartView () | |
Protected Attributes | |
vtkQtLineChart * | LineChart |
vtkQtChartSeriesModelCollection * | LineModel |
vtkQtLineChartView::vtkQtLineChartView | ( | ) | [protected] |
vtkQtLineChartView::~vtkQtLineChartView | ( | ) | [protected] |
static vtkQtLineChartView* vtkQtLineChartView::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkView.
virtual const char* vtkQtLineChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtChartView.
static int vtkQtLineChartView::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkQtChartView.
virtual int vtkQtLineChartView::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkQtChartView.
static vtkQtLineChartView* vtkQtLineChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtChartView.
void vtkQtLineChartView::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 vtkQtChartView.
virtual void vtkQtLineChartView::Update | ( | ) | [virtual] |
Updates the view.
Reimplemented from vtkQtChartView.
void vtkQtLineChartView::SetHelpFormat | ( | const char * | format | ) |
Sets the bar chart help format.
virtual void vtkQtLineChartView::AddChartSelectionHandlers | ( | vtkQtChartMouseSelection * | selector | ) | [virtual] |
Adds line chart selection handlers to the mouse selection.
Reimplemented from vtkQtChartView.
virtual vtkQtChartSeriesModelCollection* vtkQtLineChartView::GetChartSeriesModel | ( | ) | [virtual] |
Gets the line chart series model.
Implements vtkQtChartView.
virtual vtkQtChartSeriesLayer* vtkQtLineChartView::GetChartSeriesLayer | ( | ) | [virtual] |
Gets the chart series layer
Implements vtkQtChartView.
virtual vtkQtChartSeriesOptions* vtkQtLineChartView::GetChartSeriesOptions | ( | int | series | ) | [virtual] |
Gets the series options.
Implements vtkQtChartView.
vtkQtLineChart* vtkQtLineChartView::LineChart [protected] |
Definition at line 80 of file vtkQtLineChartView.h.
Definition at line 81 of file vtkQtLineChartView.h.