|
|
@ -141,26 +141,26 @@ class KDCHART_EXPORT KDChartParams : public TQObject
|
|
|
|
|
|
|
|
|
|
|
|
Q_OBJECT
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
Q_ENUMS(ChartType)
|
|
|
|
TQ_ENUMS(ChartType)
|
|
|
|
Q_ENUMS(SourceMode)
|
|
|
|
TQ_ENUMS(SourceMode)
|
|
|
|
Q_ENUMS(BarChartSubType)
|
|
|
|
TQ_ENUMS(BarChartSubType)
|
|
|
|
Q_ENUMS(LineChartSubType)
|
|
|
|
TQ_ENUMS(LineChartSubType)
|
|
|
|
Q_ENUMS(LineMarkerStyle)
|
|
|
|
TQ_ENUMS(LineMarkerStyle)
|
|
|
|
Q_ENUMS(AreaChartSubType)
|
|
|
|
TQ_ENUMS(AreaChartSubType)
|
|
|
|
Q_ENUMS(AreaLocation)
|
|
|
|
TQ_ENUMS(AreaLocation)
|
|
|
|
Q_ENUMS(PolarChartSubType)
|
|
|
|
TQ_ENUMS(PolarChartSubType)
|
|
|
|
Q_ENUMS(PolarMarkerStyle)
|
|
|
|
TQ_ENUMS(PolarMarkerStyle)
|
|
|
|
Q_ENUMS(HiLoChartSubType)
|
|
|
|
TQ_ENUMS(HiLoChartSubType)
|
|
|
|
Q_ENUMS(BWChartSubType)
|
|
|
|
TQ_ENUMS(BWChartSubType)
|
|
|
|
Q_ENUMS(BWStatVal)
|
|
|
|
TQ_ENUMS(BWStatVal)
|
|
|
|
Q_ENUMS(LegendPosition)
|
|
|
|
TQ_ENUMS(LegendPosition)
|
|
|
|
Q_ENUMS(LegendSource)
|
|
|
|
TQ_ENUMS(LegendSource)
|
|
|
|
Q_ENUMS(HdFtPos)
|
|
|
|
TQ_ENUMS(HdFtPos)
|
|
|
|
|
|
|
|
|
|
|
|
// Needed for TQSA
|
|
|
|
// Needed for TQSA
|
|
|
|
Q_ENUMS( BrushStyle )
|
|
|
|
TQ_ENUMS( BrushStyle )
|
|
|
|
Q_ENUMS( PenStyle )
|
|
|
|
TQ_ENUMS( PenStyle )
|
|
|
|
Q_ENUMS( Orientation )
|
|
|
|
TQ_ENUMS( Orientation )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public slots: // PENDING(blackie) merge public slots into one section.
|
|
|
|
public slots: // PENDING(blackie) merge public slots into one section.
|
|
|
|