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

Go to the source code of this file.
Defines | |
| #define | d d_func() |
Functions | |
| QDebug | operator<< (QDebug dbg, const KDChart::PieAttributes &a) |
| #define d d_func() |
Definition at line 33 of file KDChartPieAttributes.cpp.
| 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 }
1.5.4