00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00023
00024 #ifndef _vtkQtChartGraphicsItemTypes_h
00025 #define _vtkQtChartGraphicsItemTypes_h
00026
00027 #include <QGraphicsItem>
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