KChart::ThreeDPieAttributes
KChart::ThreeDPieAttributes Class Reference
#include <KChartThreeDPieAttributes.h>
Inheritance diagram for KChart::ThreeDPieAttributes:
Public Member Functions | |
ThreeDPieAttributes (const ThreeDPieAttributes &) | |
bool | operator!= (const ThreeDPieAttributes &other) const |
ThreeDPieAttributes & | operator= (const ThreeDPieAttributes &) |
bool | operator== (const ThreeDPieAttributes &) const |
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 pie attributes.
Definition at line 21 of file KChartThreeDPieAttributes.h.
Constructor & Destructor Documentation
◆ ThreeDPieAttributes() [1/2]
ThreeDPieAttributes::ThreeDPieAttributes | ( | ) |
Definition at line 26 of file KChartThreeDPieAttributes.cpp.
◆ ThreeDPieAttributes() [2/2]
ThreeDPieAttributes::ThreeDPieAttributes | ( | const ThreeDPieAttributes & | r | ) |
Definition at line 32 of file KChartThreeDPieAttributes.cpp.
◆ ~ThreeDPieAttributes()
|
override |
Definition at line 47 of file KChartThreeDPieAttributes.cpp.
Member Function Documentation
◆ operator!=()
|
inline |
Definition at line 35 of file KChartThreeDPieAttributes.h.
◆ operator=()
ThreeDPieAttributes & ThreeDPieAttributes::operator= | ( | const ThreeDPieAttributes & | r | ) |
Definition at line 37 of file KChartThreeDPieAttributes.cpp.
◆ operator==()
bool ThreeDPieAttributes::operator== | ( | const ThreeDPieAttributes & | r | ) | const |
Definition at line 57 of file KChartThreeDPieAttributes.cpp.
◆ setUseShadowColors()
void ThreeDPieAttributes::setUseShadowColors | ( | bool | useShadowColors | ) |
Definition at line 63 of file KChartThreeDPieAttributes.cpp.
◆ useShadowColors()
bool ThreeDPieAttributes::useShadowColors | ( | ) | const |
Definition at line 68 of file KChartThreeDPieAttributes.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.