KDChartMarkerAttributes.h File Reference

#include <QMetaType>
#include "KDChartGlobal.h"

Include dependency graph for KDChartMarkerAttributes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  KDChart

Classes

class  KDChart::MarkerAttributes
 A set of ottributes controlling the appearance of data set markers. More...

Functions

KDCHART_EXPORT QDebug operator<< (QDebug, const KDChart::MarkerAttributes &)
 Q_DECLARE_TYPEINFO (KDChart::MarkerAttributes, Q_MOVABLE_TYPE)


Function Documentation

KDCHART_EXPORT QDebug operator<< ( QDebug  ,
const KDChart::MarkerAttributes  
)

Definition at line 172 of file KDChartMarkerAttributes.cpp.

References KDChart::MarkerAttributes::isVisible(), KDChart::MarkerAttributes::markerColor(), KDChart::MarkerAttributes::markerStyle(), KDChart::MarkerAttributes::markerStylesMap(), and KDChart::MarkerAttributes::pen().

00172                                                              {
00173     return dbg << "KDChart::MarkerAttributes("
00174                << "visible=" << ma.isVisible()
00175                << "markerStylesMap=" << ma.markerStylesMap()
00176                << "markerStyle=" << ma.markerStyle()
00177                << "markerColor=" << ma.markerColor()
00178                << "pen=" << ma.pen()
00179                << ")";
00180 }

Q_DECLARE_TYPEINFO ( KDChart::MarkerAttributes  ,
Q_MOVABLE_TYPE   
)


Generated on Thu Mar 4 23:21:40 2010 for KD Chart 2 by  doxygen 1.5.4