KChart::ThreeDLineAttributes
#include <KChartThreeDLineAttributes.h>

Public Member Functions | |
| ThreeDLineAttributes (const ThreeDLineAttributes &) | |
| uint | lineXRotation () const |
| uint | lineYRotation () const |
| bool | operator!= (const ThreeDLineAttributes &other) const |
| ThreeDLineAttributes & | operator= (const ThreeDLineAttributes &) |
| bool | operator== (const ThreeDLineAttributes &) const |
| void | setLineXRotation (const uint degrees) |
| void | setLineYRotation (const uint degrees) |
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 line attributes.
Definition at line 21 of file KChartThreeDLineAttributes.h.
Constructor & Destructor Documentation
◆ ThreeDLineAttributes() [1/2]
| ThreeDLineAttributes::ThreeDLineAttributes | ( | ) |
Definition at line 27 of file KChartThreeDLineAttributes.cpp.
◆ ThreeDLineAttributes() [2/2]
| ThreeDLineAttributes::ThreeDLineAttributes | ( | const ThreeDLineAttributes & | r | ) |
Definition at line 33 of file KChartThreeDLineAttributes.cpp.
◆ ~ThreeDLineAttributes()
|
override |
Definition at line 48 of file KChartThreeDLineAttributes.cpp.
Member Function Documentation
◆ lineXRotation()
| uint ThreeDLineAttributes::lineXRotation | ( | ) | const |
Definition at line 71 of file KChartThreeDLineAttributes.cpp.
◆ lineYRotation()
| uint ThreeDLineAttributes::lineYRotation | ( | ) | const |
Definition at line 81 of file KChartThreeDLineAttributes.cpp.
◆ operator!=()
|
inline |
Definition at line 37 of file KChartThreeDLineAttributes.h.
◆ operator=()
| ThreeDLineAttributes & ThreeDLineAttributes::operator= | ( | const ThreeDLineAttributes & | r | ) |
Definition at line 38 of file KChartThreeDLineAttributes.cpp.
◆ operator==()
| bool ThreeDLineAttributes::operator== | ( | const ThreeDLineAttributes & | r | ) | const |
Definition at line 57 of file KChartThreeDLineAttributes.cpp.
◆ setLineXRotation()
| void ThreeDLineAttributes::setLineXRotation | ( | const uint | degrees | ) |
Definition at line 66 of file KChartThreeDLineAttributes.cpp.
◆ setLineYRotation()
| void ThreeDLineAttributes::setLineYRotation | ( | const uint | degrees | ) |
Definition at line 76 of file KChartThreeDLineAttributes.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:54:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from