24 #ifndef _vtkQtChartLegendManager_h
25 #define _vtkQtChartLegendManager_h
27 #include "vtkQtChartExport.h"
33 class vtkQtChartLegendManagerInternal;
98 void updateModelEntries(
int first,
int last);
101 void insertModelEntries();
107 void insertModelEntries(
int first,
int last);
110 void removeModelEntries();
116 void removeModelEntries(
int first,
int last);
145 int first,
int last);
154 int first,
int last);
157 vtkQtChartLegendManagerInternal *Internal;
The vtkQtChartSeriesModel class is the base class for all chart series models.
The vtkQtChartLegendManager class builds a chart legend from the chart series layers.
The vtkQtChartLegendModel class stores the data for a chart legend.
The vtkQtChartSeriesLayer class is the base class for chart layers that use the chart series model...
The vtkQtChartLegend class displays a chart legend.
The vtkQtChartLayer class is the base class for all chart drawing layers.
The vtkQtChartArea class manages the chart axes and layers.