24 #include "KDChartThreeDPieAttributes_p.h" 28 #include <KDABLibFakes> 34 ThreeDPieAttributes::Private::Private()
35 : useShadowColors( true )
40 ThreeDPieAttributes::ThreeDPieAttributes()
65 void ThreeDPieAttributes::init()
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) );
Base class for 3D attributes.
bool operator==(const ThreeDPieAttributes &) const
ThreeDPieAttributes & operator=(const ThreeDPieAttributes &)
~ThreeDPieAttributes() override
void setUseShadowColors(bool useShadowColors)
bool useShadowColors() const
A set of 3D pie attributes.
void setDepth(qreal depth)
QDebug operator<<(QDebug stream, const DataDimension &r)
bool operator==(const AbstractThreeDAttributes &) const