VTK
|
00001 /*========================================================================= 00002 00003 Program: Visualization Toolkit 00004 Module: vtkQtChartGraphicsItemTypes.h 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved. 00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00009 00010 This software is distributed WITHOUT ANY WARRANTY; without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. See the above copyright notice for more information. 00013 00014 =========================================================================*/ 00015 /*------------------------------------------------------------------------- 00016 Copyright 2008 Sandia Corporation. 00017 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, 00018 the U.S. Government retains certain rights in this software. 00019 -------------------------------------------------------------------------*/ 00020 00023 00024 #ifndef _vtkQtChartGraphicsItemTypes_h 00025 #define _vtkQtChartGraphicsItemTypes_h 00026 00027 #include <QGraphicsItem> // needed for variable 00028 00029 enum vtkQtChartGraphicsItemTypes 00030 { 00031 vtkQtChart_AxisType = QGraphicsItem::UserType + 1, 00032 vtkQtChart_AxisItemType, 00033 vtkQtChart_AxisLayerType, 00034 vtkQtChart_BarChartType, 00035 vtkQtChart_BarChartItemType, 00036 vtkQtChart_ContentsAreaType, 00037 vtkQtChart_GridLayerType, 00038 vtkQtChart_GridLayerItemType, 00039 vtkQtChart_LayerType, 00040 vtkQtChart_LineChartType, 00041 vtkQtChart_LineChartItemType, 00042 vtkQtChart_PointMarkerType, 00043 vtkQtChart_PolylineItemType, 00044 vtkQtChart_SeriesLayerType, 00045 vtkQtChart_StackedChartType, 00046 vtkQtChart_StatisticalBoxChartType, 00047 vtkQtChart_StatisticalBoxChartItemType 00048 }; 00049 00050 #endif