12 #include "KDChartThreeDBarAttributes_p.h"
16 #include <KDABLibFakes>
22 ThreeDBarAttributes::Private::Private()
50 void ThreeDBarAttributes::init()
61 d->useShadowColors = shadowColors;
66 return d->useShadowColors;
71 d->angle = threeDAngle;
79 #if !defined(QT_NO_DEBUG_STREAM)
82 dbg <<
"KDChart::ThreeDBarAttributes(";
83 dbg = operator<<(dbg, static_cast<const AbstractThreeDAttributes &>(a));
85 <<
"angle=" << a.
angle() <<
")";
Base class for 3D attributes.
A set of 3D bar attributes.
bool operator==(const ThreeDBarAttributes &) const
ThreeDBarAttributes & operator=(const ThreeDBarAttributes &)
void setAngle(uint threeDAngle)
~ThreeDBarAttributes() override
bool useShadowColors() const
void setUseShadowColors(bool useShadowColors)
QDebug operator<<(QDebug stream, const DataDimension &r)