VTK
vtkQtLineChartOptions.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkQtLineChartOptions.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 /*-------------------------------------------------------------------------
16  Copyright 2008 Sandia Corporation.
17  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18  the U.S. Government retains certain rights in this software.
19 -------------------------------------------------------------------------*/
20 
23 
24 #ifndef _vtkQtLineChartOptions_h
25 #define _vtkQtLineChartOptions_h
26 
27 #include "vtkQtChartExport.h"
28 #include <QObject>
29 
31 
32 
36 class VTKQTCHART_EXPORT vtkQtLineChartOptions : public QObject
37 {
38  Q_OBJECT
39 
40 public:
44  vtkQtLineChartOptions(QObject *parent=0);
45 
50  virtual ~vtkQtLineChartOptions();
51 
60  vtkQtChartHelpFormatter *getHelpFormat() {return this->Help;}
61 
66  const vtkQtChartHelpFormatter *getHelpFormat() const {return this->Help;}
67 
73  vtkQtLineChartOptions &operator=(const vtkQtLineChartOptions &other);
74 
75 private:
77 };
78 
79 #endif
The vtkQtChartHelpFormatter class is used to generate help text from a format string.
vtkQtChartHelpFormatter * getHelpFormat()
Gets the chart help text formatter.
const vtkQtChartHelpFormatter * getHelpFormat() const
Gets the chart help text formatter.
The vtkQtLineChartOptions class stores the line chart options.