24 #include "KDChartThreeDBarAttributes_p.h" 28 #include <KDABLibFakes> 34 ThreeDBarAttributes::Private::Private()
35 : useShadowColors( true ),
41 ThreeDBarAttributes::ThreeDBarAttributes()
66 void ThreeDBarAttributes::init()
82 d->useShadowColors = shadowColors;
87 return d->useShadowColors;
92 d->angle = threeDAngle;
101 #if !defined(QT_NO_DEBUG_STREAM) 104 dbg <<
"KDChart::ThreeDBarAttributes(";
105 dbg = operator <<( dbg, static_cast<const AbstractThreeDAttributes&>(a) );
107 <<
"angle=" << a.
angle() <<
")";
Base class for 3D attributes.
ThreeDBarAttributes & operator=(const ThreeDBarAttributes &)
void setUseShadowColors(bool useShadowColors)
~ThreeDBarAttributes() override
bool useShadowColors() const
void setAngle(uint threeDAngle)
A set of 3D bar attributes.
QDebug operator<<(QDebug stream, const DataDimension &r)
bool operator==(const ThreeDBarAttributes &) const
bool operator==(const AbstractThreeDAttributes &) const