The vtkQtLineChartOptions class stores the line chart options. More...
#include <vtkQtLineChartOptions.h>
Public Member Functions | |
vtkQtLineChartOptions (QObject *parent=0) | |
Creates a line chart options instance. | |
vtkQtLineChartOptions (const vtkQtLineChartOptions &other) | |
Makes a copy of another line chart options instance. | |
virtual | ~vtkQtLineChartOptions () |
vtkQtChartHelpFormatter * | getHelpFormat () |
Gets the chart help text formatter. | |
const vtkQtChartHelpFormatter * | getHelpFormat () const |
Gets the chart help text formatter. | |
vtkQtLineChartOptions & | operator= (const vtkQtLineChartOptions &other) |
Makes a copy of another line chart options instance. |
The vtkQtLineChartOptions class stores the line chart options.
Definition at line 36 of file vtkQtLineChartOptions.h.
vtkQtLineChartOptions::vtkQtLineChartOptions | ( | QObject * | parent = 0 ) |
Creates a line chart options instance.
parent | The parent object. |
vtkQtLineChartOptions::vtkQtLineChartOptions | ( | const vtkQtLineChartOptions & | other ) |
Makes a copy of another line chart options instance.
other | The line chart options to copy. |
virtual vtkQtLineChartOptions::~vtkQtLineChartOptions | ( | ) | [virtual] |
vtkQtChartHelpFormatter* vtkQtLineChartOptions::getHelpFormat | ( | ) | [inline] |
Gets the chart help text formatter.
The help text formatter stores the format string. It is also used to generate the help text.
Definition at line 60 of file vtkQtLineChartOptions.h.
{return this->Help;}
const vtkQtChartHelpFormatter* vtkQtLineChartOptions::getHelpFormat | ( | ) | const [inline] |
Gets the chart help text formatter.
Definition at line 66 of file vtkQtLineChartOptions.h.
{return this->Help;}
vtkQtLineChartOptions& vtkQtLineChartOptions::operator= | ( | const vtkQtLineChartOptions & | other ) |
Makes a copy of another line chart options instance.
other | The line chart options to copy. |