#include <vtkQtLineChartView.h>
vtkQtLineChartView is a type vtkQtChartView designed for line charts.
Definition at line 40 of file vtkQtLineChartView.h.
Public Types | |
typedef vtkQtChartViewBase | 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 () |
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 vtkQtChartViewBase.
virtual const char* vtkQtLineChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtChartViewBase.
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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkQtChartViewBase.
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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkQtChartViewBase.
static vtkQtLineChartView* vtkQtLineChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtChartViewBase.
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 vtkQtChartViewBase.
virtual void vtkQtLineChartView::Update | ( | ) | [virtual] |
Updates the view.
Reimplemented from vtkQtChartViewBase.
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 vtkQtChartViewBase.
virtual vtkQtChartSeriesModelCollection* vtkQtLineChartView::GetChartSeriesModel | ( | ) | [virtual] |
Gets the line chart series model.
Reimplemented from vtkQtChartViewBase.
vtkQtLineChart* vtkQtLineChartView::LineChart [protected] |
Definition at line 68 of file vtkQtLineChartView.h.
Definition at line 69 of file vtkQtLineChartView.h.