Base class for 3D attributes. More...
#include <KDChartAbstractThreeDAttributes.h>
Public Member Functions | |
AbstractThreeDAttributes () | |
AbstractThreeDAttributes (const AbstractThreeDAttributes &) | |
double | depth () const |
bool | isEnabled () const |
bool | operator!= (const AbstractThreeDAttributes &other) const |
AbstractThreeDAttributes & | operator= (const AbstractThreeDAttributes &) |
bool | operator== (const AbstractThreeDAttributes &) const |
void | setDepth (double depth) |
void | setEnabled (bool enabled) |
double | validDepth () const |
virtual | ~AbstractThreeDAttributes ()=0 |
Base class for 3D attributes.
Definition at line 34 of file KDChartAbstractThreeDAttributes.h.
AbstractThreeDAttributes::AbstractThreeDAttributes | ( | ) |
Definition at line 43 of file KDChartAbstractThreeDAttributes.cpp.
AbstractThreeDAttributes::AbstractThreeDAttributes | ( | const AbstractThreeDAttributes & | r | ) |
Definition at line 48 of file KDChartAbstractThreeDAttributes.cpp.
AbstractThreeDAttributes::~AbstractThreeDAttributes | ( | ) | [pure virtual] |
Definition at line 63 of file KDChartAbstractThreeDAttributes.cpp.
double AbstractThreeDAttributes::depth | ( | ) | const |
Definition at line 100 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), operator==(), and KDChart::PieDiagram::paintInternal().
bool AbstractThreeDAttributes::isEnabled | ( | ) | const |
Definition at line 89 of file KDChartAbstractThreeDAttributes.cpp.
References d.
Referenced by operator<<(), operator==(), KDChart::PieDiagram::paintInternal(), and validDepth().
bool KDChart::AbstractThreeDAttributes::operator!= | ( | const AbstractThreeDAttributes & | other | ) | const |
Definition at line 53 of file KDChartAbstractThreeDAttributes.h.
References KDGantt::operator==().
AbstractThreeDAttributes & AbstractThreeDAttributes::operator= | ( | const AbstractThreeDAttributes & | r | ) |
Definition at line 53 of file KDChartAbstractThreeDAttributes.cpp.
References d.
bool AbstractThreeDAttributes::operator== | ( | const AbstractThreeDAttributes & | r | ) | const |
Definition at line 69 of file KDChartAbstractThreeDAttributes.cpp.
References depth(), and isEnabled().
void AbstractThreeDAttributes::setDepth | ( | double | depth | ) |
Definition at line 94 of file KDChartAbstractThreeDAttributes.cpp.
References d.
void AbstractThreeDAttributes::setEnabled | ( | bool | enabled | ) |
Definition at line 84 of file KDChartAbstractThreeDAttributes.cpp.
References d.
double AbstractThreeDAttributes::validDepth | ( | ) | const |
Definition at line 106 of file KDChartAbstractThreeDAttributes.cpp.
References d, and isEnabled().
Referenced by KDChart::Plotter::threeDItemDepth(), KDChart::LineDiagram::threeDItemDepth(), and KDChart::BarDiagram::threeDItemDepth().