Searched refs:useShadowColors (Results 1 – 11 of 11) sorted by relevance
32 : useShadowColors( true ) in Private()70 return ( useShadowColors() == r.useShadowColors() && in operator ==()76 d->useShadowColors = shadowColors; in setUseShadowColors()79 bool ThreeDPieAttributes::useShadowColors() const in useShadowColors() function in ThreeDPieAttributes81 return d->useShadowColors; in useShadowColors()89 dbg << "useShadowColors="<< a.useShadowColors() << ")"; in operator <<()
42 void setUseShadowColors( bool useShadowColors );43 bool useShadowColors() const;
51 bool useShadowColors;
719 if ( threeDAttrs.useShadowColors() ) { in draw3DEffect()
32 : useShadowColors( true ), in Private()70 return ( useShadowColors() == r.useShadowColors() && in operator ==()79 d->useShadowColors = shadowColors; in setUseShadowColors()82 bool ThreeDBarAttributes::useShadowColors() const in useShadowColors() function in ThreeDBarAttributes84 return d->useShadowColors; in useShadowColors()103 dbg << "useShadowColors="<< a.useShadowColors() in operator <<()
33 bool useShadowColors; member149 if ( props.useShadowColors ) { in drawThreeDLine()400 threeDProps.useShadowColors = threeDAttr.useShadowColors(); in drawCandlestick()485 threeDProps.useShadowColors = threeDBarAttr.useShadowColors(); in drawLine()
52 bool useShadowColors;
130 QVERIFY( td.useShadowColors() == true ); in testThreeDPieAttributesValueSettings()142 QVERIFY( m_pie->threeDPieAttributes().useShadowColors() == false ); in testThreeDPieAttributesValueSettings()
98 useShadowColors->setChecked( m_threeDBarAttributes.useShadowColors() ); in initValues()
172 QVERIFY( td.useShadowColors() == true ); // Not implemented in testThreeDBarAttributesValueSettings()186 QVERIFY( m_bars->threeDBarAttributes().useShadowColors() == false ); in testThreeDBarAttributesValueSettings()