24 #include "KDChartThreeDBarAttributes_p.h"
28 #include <KDABLibFakes>
32 using namespace KDChart;
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() <<
")";