KChart::AbstractThreeDAttributes
#include <KChartAbstractThreeDAttributes.h>
Public Member Functions | |
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
Base class for 3D attributes.
Definition at line 20 of file KChartAbstractThreeDAttributes.h.
Constructor & Destructor Documentation
◆ AbstractThreeDAttributes() [1/2]
AbstractThreeDAttributes::AbstractThreeDAttributes | ( | ) |
Definition at line 33 of file KChartAbstractThreeDAttributes.cpp.
◆ AbstractThreeDAttributes() [2/2]
AbstractThreeDAttributes::AbstractThreeDAttributes | ( | const AbstractThreeDAttributes & | r | ) |
Definition at line 38 of file KChartAbstractThreeDAttributes.cpp.
◆ ~AbstractThreeDAttributes()
|
pure virtual |
Definition at line 53 of file KChartAbstractThreeDAttributes.cpp.
Member Function Documentation
◆ depth()
qreal AbstractThreeDAttributes::depth | ( | ) | const |
Definition at line 88 of file KChartAbstractThreeDAttributes.cpp.
◆ isEnabled()
bool AbstractThreeDAttributes::isEnabled | ( | ) | const |
Definition at line 77 of file KChartAbstractThreeDAttributes.cpp.
◆ isThreeDBrushEnabled()
bool AbstractThreeDAttributes::isThreeDBrushEnabled | ( | ) | const |
Definition at line 99 of file KChartAbstractThreeDAttributes.cpp.
◆ operator!=()
|
inline |
Definition at line 43 of file KChartAbstractThreeDAttributes.h.
◆ operator=()
AbstractThreeDAttributes & AbstractThreeDAttributes::operator= | ( | const AbstractThreeDAttributes & | r | ) |
Definition at line 43 of file KChartAbstractThreeDAttributes.cpp.
◆ operator==()
bool AbstractThreeDAttributes::operator== | ( | const AbstractThreeDAttributes & | r | ) | const |
Definition at line 59 of file KChartAbstractThreeDAttributes.cpp.
◆ setDepth()
void AbstractThreeDAttributes::setDepth | ( | qreal | depth | ) |
Definition at line 82 of file KChartAbstractThreeDAttributes.cpp.
◆ setEnabled()
void AbstractThreeDAttributes::setEnabled | ( | bool | enabled | ) |
Definition at line 72 of file KChartAbstractThreeDAttributes.cpp.
◆ setThreeDBrushEnabled()
void AbstractThreeDAttributes::setThreeDBrushEnabled | ( | bool | enabled | ) |
Definition at line 104 of file KChartAbstractThreeDAttributes.cpp.
◆ threeDBrush()
|
virtual |
Definition at line 109 of file KChartAbstractThreeDAttributes.cpp.
◆ validDepth()
qreal AbstractThreeDAttributes::validDepth | ( | ) | const |
Definition at line 94 of file KChartAbstractThreeDAttributes.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.