VTK
Public Member Functions | List of all members
vtkQtLineChartOptions Class Reference

The vtkQtLineChartOptions class stores the line chart options. More...

#include <vtkQtLineChartOptions.h>

Inherits QObject.

Public Member Functions

 vtkQtLineChartOptions (QObject *parent=0)
 Creates a line chart options instance. More...
 
 vtkQtLineChartOptions (const vtkQtLineChartOptions &other)
 Makes a copy of another line chart options instance. More...
 
virtual ~vtkQtLineChartOptions ()
 
vtkQtChartHelpFormattergetHelpFormat ()
 Gets the chart help text formatter. More...
 
const vtkQtChartHelpFormattergetHelpFormat () const
 Gets the chart help text formatter. More...
 
vtkQtLineChartOptionsoperator= (const vtkQtLineChartOptions &other)
 Makes a copy of another line chart options instance. More...
 

Detailed Description

The vtkQtLineChartOptions class stores the line chart options.

Definition at line 36 of file vtkQtLineChartOptions.h.

Constructor & Destructor Documentation

vtkQtLineChartOptions::vtkQtLineChartOptions ( QObject *  parent = 0)

Creates a line chart options instance.

Parameters
parentThe parent object.
vtkQtLineChartOptions::vtkQtLineChartOptions ( const vtkQtLineChartOptions other)

Makes a copy of another line chart options instance.

Parameters
otherThe line chart options to copy.
virtual vtkQtLineChartOptions::~vtkQtLineChartOptions ( )
virtual

Member Function Documentation

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.

Returns
A pointer to the chart help text formatter.

Definition at line 60 of file vtkQtLineChartOptions.h.

const vtkQtChartHelpFormatter* vtkQtLineChartOptions::getHelpFormat ( ) const
inline

Gets the chart help text formatter.

Returns
A pointer to the chart help text formatter.

Definition at line 66 of file vtkQtLineChartOptions.h.

vtkQtLineChartOptions& vtkQtLineChartOptions::operator= ( const vtkQtLineChartOptions other)

Makes a copy of another line chart options instance.

Parameters
otherThe line chart options to copy.
Returns
A reference to the object being assigned.

The documentation for this class was generated from the following file: