VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
GUISupport
Qt
Chart
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
30
class
vtkQtChartHelpFormatter
;
31
32
36
class
VTKQTCHART_EXPORT
vtkQtLineChartOptions
:
public
QObject
37
{
38
Q_OBJECT
39
40
public
:
44
vtkQtLineChartOptions
(QObject *parent=0);
45
49
vtkQtLineChartOptions
(
const
vtkQtLineChartOptions
&other);
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
:
76
vtkQtChartHelpFormatter
*Help;
77
};
78
79
#endif
Generated on Fri Aug 2 2013 12:19:58 for VTK by
1.8.4