12 #include "KDChartThreeDPieAttributes_p.h"
16 #include <KDABLibFakes>
22 ThreeDPieAttributes::Private::Private()
51 void ThreeDPieAttributes::init()
63 d->useShadowColors = shadowColors;
68 return d->useShadowColors;
71 #if !defined(QT_NO_DEBUG_STREAM)
74 dbg <<
"KDChart::ThreeDPieAttributes(";
75 dbg = operator<<(dbg, static_cast<const AbstractThreeDAttributes &>(a));
Base class for 3D attributes.
void setDepth(qreal depth)
A set of 3D pie attributes.
~ThreeDPieAttributes() override
bool operator==(const ThreeDPieAttributes &) const
void setUseShadowColors(bool useShadowColors)
bool useShadowColors() const
ThreeDPieAttributes & operator=(const ThreeDPieAttributes &)
QDebug operator<<(QDebug stream, const DataDimension &r)