KDChartPieAttributes.cpp File Reference

#include "KDChartPieAttributes.h"
#include "KDChartPieAttributes_p.h"
#include <QDebug>
#include <KDABLibFakes>

Include dependency graph for KDChartPieAttributes.cpp:

Go to the source code of this file.

Defines

#define d   d_func()

Functions

QDebug operator<< (QDebug dbg, const KDChart::PieAttributes &a)


Define Documentation

#define d   d_func()

Definition at line 33 of file KDChartPieAttributes.cpp.


Function Documentation

QDebug operator<< ( QDebug  dbg,
const KDChart::PieAttributes a 
)

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 }


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