KDChartPieAttributes.h File Reference

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

Include dependency graph for KDChartPieAttributes.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::PieAttributes
 A set of attributes controlling the appearance of pie charts. More...

Functions

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


Function Documentation

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

Definition at line 121 of file KDChartPieAttributes.cpp.

References KDChart::PieAttributes::explodeFactor().

00122 {
00123     dbg << "KDChart::PieAttributes(";
00124     dbg << "explodeFactor="<< a.explodeFactor() << ")";
00125     return dbg;
00126 }

Q_DECLARE_TYPEINFO ( KDChart::PieAttributes  ,
Q_MOVABLE_TYPE   
)


Generated on Thu Mar 4 23:22:11 2010 for KD Chart 2 by  doxygen 1.5.4