24 #include "KDChartAbstractThreeDAttributes_p.h"
28 #include <KDABLibFakes>
33 using namespace KDChart;
36 AbstractThreeDAttributes::Private::Private()
39 threeDBrushEnabled( false )
44 AbstractThreeDAttributes::AbstractThreeDAttributes()
50 : _d( new Private( *r.
d ) )
78 void AbstractThreeDAttributes::init( )
112 return d->threeDBrushEnabled;
117 d->threeDBrushEnabled = enabled;
123 QLinearGradient gr(rect.topLeft(), rect.bottomRight());
124 gr.setColorAt(0.0, brush.color());
125 gr.setColorAt(0.5, brush.color().lighter(180));
126 gr.setColorAt(1.0, brush.color());
132 #if !defined(QT_NO_DEBUG_STREAM)
136 <<
"depth="<<a.
depth();