VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
GUISupport
Qt
Chart
vtkQtChartGraphicsItemTypes.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkQtChartGraphicsItemTypes.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 _vtkQtChartGraphicsItemTypes_h
25
#define _vtkQtChartGraphicsItemTypes_h
26
27
#include <QGraphicsItem>
// needed for variable
28
29
enum
vtkQtChartGraphicsItemTypes
30
{
31
vtkQtChart_AxisType
= QGraphicsItem::UserType + 1,
32
vtkQtChart_AxisItemType
,
33
vtkQtChart_AxisLayerType
,
34
vtkQtChart_BarChartType
,
35
vtkQtChart_BarChartItemType
,
36
vtkQtChart_ContentsAreaType
,
37
vtkQtChart_GridLayerType
,
38
vtkQtChart_GridLayerItemType
,
39
vtkQtChart_LayerType
,
40
vtkQtChart_LineChartType
,
41
vtkQtChart_LineChartItemType
,
42
vtkQtChart_PointMarkerType
,
43
vtkQtChart_PolylineItemType
,
44
vtkQtChart_SeriesLayerType
,
45
vtkQtChart_StackedChartType
,
46
vtkQtChart_StatisticalBoxChartType
,
47
vtkQtChart_StatisticalBoxChartItemType
48
};
49
50
#endif
Generated on Wed May 30 2012 13:22:10 for VTK by
1.8.1