KChart::ThreeDBarAttributes
#include <KChartThreeDBarAttributes.h>
Public Member Functions | |
ThreeDBarAttributes (const ThreeDBarAttributes &) | |
uint | angle () const |
bool | operator!= (const ThreeDBarAttributes &other) const |
ThreeDBarAttributes & | operator= (const ThreeDBarAttributes &) |
bool | operator== (const ThreeDBarAttributes &) const |
void | setAngle (uint threeDAngle) |
void | setUseShadowColors (bool useShadowColors) |
bool | useShadowColors () const |
Public Member Functions inherited from KChart::AbstractThreeDAttributes | |
AbstractThreeDAttributes (const AbstractThreeDAttributes &) | |
qreal | depth () const |
bool | isEnabled () const |
bool | isThreeDBrushEnabled () const |
bool | operator!= (const AbstractThreeDAttributes &other) const |
AbstractThreeDAttributes & | operator= (const AbstractThreeDAttributes &) |
bool | operator== (const AbstractThreeDAttributes &) const |
void | setDepth (qreal depth) |
void | setEnabled (bool enabled) |
void | setThreeDBrushEnabled (bool enabled) |
virtual QBrush | threeDBrush (const QBrush &brush, const QRectF &rect) const |
qreal | validDepth () const |
Detailed Description
A set of 3D bar attributes.
Definition at line 21 of file KChartThreeDBarAttributes.h.
Constructor & Destructor Documentation
◆ ThreeDBarAttributes() [1/2]
ThreeDBarAttributes::ThreeDBarAttributes | ( | ) |
Definition at line 27 of file KChartThreeDBarAttributes.cpp.
◆ ThreeDBarAttributes() [2/2]
ThreeDBarAttributes::ThreeDBarAttributes | ( | const ThreeDBarAttributes & | r | ) |
Definition at line 33 of file KChartThreeDBarAttributes.cpp.
◆ ~ThreeDBarAttributes()
|
override |
Definition at line 48 of file KChartThreeDBarAttributes.cpp.
Member Function Documentation
◆ angle()
uint ThreeDBarAttributes::angle | ( | ) | const |
Definition at line 81 of file KChartThreeDBarAttributes.cpp.
◆ operator!=()
|
inline |
Definition at line 39 of file KChartThreeDBarAttributes.h.
◆ operator=()
ThreeDBarAttributes & ThreeDBarAttributes::operator= | ( | const ThreeDBarAttributes & | r | ) |
Definition at line 38 of file KChartThreeDBarAttributes.cpp.
◆ operator==()
bool ThreeDBarAttributes::operator== | ( | const ThreeDBarAttributes & | r | ) | const |
Definition at line 57 of file KChartThreeDBarAttributes.cpp.
◆ setAngle()
void ThreeDBarAttributes::setAngle | ( | uint | threeDAngle | ) |
Definition at line 76 of file KChartThreeDBarAttributes.cpp.
◆ setUseShadowColors()
void ThreeDBarAttributes::setUseShadowColors | ( | bool | useShadowColors | ) |
Definition at line 66 of file KChartThreeDBarAttributes.cpp.
◆ useShadowColors()
bool ThreeDBarAttributes::useShadowColors | ( | ) | const |
Definition at line 71 of file KChartThreeDBarAttributes.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.