![]() |
KD Chart API Documentation
3.1
|
Base class for 3D attributes. More...
#include <KDChartAbstractThreeDAttributes.h>
Public Member Functions | |
AbstractThreeDAttributes () | |
AbstractThreeDAttributes (const AbstractThreeDAttributes &) | |
virtual | ~AbstractThreeDAttributes ()=0 |
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 |
Base class for 3D attributes.
Definition at line 22 of file KDChartAbstractThreeDAttributes.h.
AbstractThreeDAttributes::AbstractThreeDAttributes | ( | ) |
Definition at line 26 of file KDChartAbstractThreeDAttributes.cpp.
AbstractThreeDAttributes::AbstractThreeDAttributes | ( | const AbstractThreeDAttributes & | r | ) |
Definition at line 31 of file KDChartAbstractThreeDAttributes.cpp.
|
pure virtual |
Definition at line 46 of file KDChartAbstractThreeDAttributes.cpp.
qreal AbstractThreeDAttributes::depth | ( | ) | const |
Definition at line 76 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), operator==(), and setDepth().
bool AbstractThreeDAttributes::isEnabled | ( | ) | const |
Definition at line 66 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), operator==(), and validDepth().
bool AbstractThreeDAttributes::isThreeDBrushEnabled | ( | ) | const |
Definition at line 86 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator==(), and threeDBrush().
|
inline |
Definition at line 45 of file KDChartAbstractThreeDAttributes.h.
References KDChart::operator==().
AbstractThreeDAttributes & AbstractThreeDAttributes::operator= | ( | const AbstractThreeDAttributes & | r | ) |
Definition at line 36 of file KDChartAbstractThreeDAttributes.cpp.
References d.
bool AbstractThreeDAttributes::operator== | ( | const AbstractThreeDAttributes & | r | ) | const |
Definition at line 52 of file KDChartAbstractThreeDAttributes.cpp.
References depth(), isEnabled(), and isThreeDBrushEnabled().
void AbstractThreeDAttributes::setDepth | ( | qreal | depth | ) |
Definition at line 71 of file KDChartAbstractThreeDAttributes.cpp.
void AbstractThreeDAttributes::setEnabled | ( | bool | enabled | ) |
Definition at line 61 of file KDChartAbstractThreeDAttributes.cpp.
References d.
void AbstractThreeDAttributes::setThreeDBrushEnabled | ( | bool | enabled | ) |
Definition at line 91 of file KDChartAbstractThreeDAttributes.cpp.
References d.
|
virtual |
Definition at line 96 of file KDChartAbstractThreeDAttributes.cpp.
References isThreeDBrushEnabled().
qreal AbstractThreeDAttributes::validDepth | ( | ) | const |
Definition at line 81 of file KDChartAbstractThreeDAttributes.cpp.
References d, and isEnabled().
Referenced by KDChart::BarDiagram::threeDItemDepth(), KDChart::LineDiagram::threeDItemDepth(), and KDChart::Plotter::threeDItemDepth().