24 #include "KDChartThreeDPieAttributes_p.h"
28 #include <KDABLibFakes>
34 ThreeDPieAttributes::Private::Private()
35 : useShadowColors( true )
40 ThreeDPieAttributes::ThreeDPieAttributes()
65 void ThreeDPieAttributes::init()
74 AbstractThreeDAttributes::operator==(r));
79 d->useShadowColors = shadowColors;
84 return d->useShadowColors;
87 #if !defined(QT_NO_DEBUG_STREAM)
90 dbg <<
"KDChart::ThreeDPieAttributes(";
91 dbg = operator <<( dbg, static_cast<const AbstractThreeDAttributes&>(a) );