KD Chart 2  [rev.2.7]
Public Member Functions | List of all members
KDChart::AbstractThreeDAttributes Class Referenceabstract

Base class for 3D attributes. More...

#include <KDChartAbstractThreeDAttributes.h>

Inheritance diagram for KDChart::AbstractThreeDAttributes:
Inheritance graph
[legend]

Public Member Functions

 AbstractThreeDAttributes ()
 
 AbstractThreeDAttributes (const AbstractThreeDAttributes &)
 
qreal depth () const
 
bool isEnabled () const
 
bool isThreeDBrushEnabled () const
 
bool operator!= (const AbstractThreeDAttributes &other) const
 
AbstractThreeDAttributesoperator= (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
 
virtual ~AbstractThreeDAttributes ()=0
 

Detailed Description

Base class for 3D attributes.

Definition at line 34 of file KDChartAbstractThreeDAttributes.h.

Constructor & Destructor Documentation

AbstractThreeDAttributes::AbstractThreeDAttributes ( )

Definition at line 44 of file KDChartAbstractThreeDAttributes.cpp.

AbstractThreeDAttributes::AbstractThreeDAttributes ( const AbstractThreeDAttributes r)

Definition at line 49 of file KDChartAbstractThreeDAttributes.cpp.

AbstractThreeDAttributes::~AbstractThreeDAttributes ( )
pure virtual

Definition at line 64 of file KDChartAbstractThreeDAttributes.cpp.

Member Function Documentation

qreal AbstractThreeDAttributes::depth ( ) const
bool AbstractThreeDAttributes::isEnabled ( ) const
bool AbstractThreeDAttributes::isThreeDBrushEnabled ( ) const

Definition at line 110 of file KDChartAbstractThreeDAttributes.cpp.

References d.

Referenced by operator==(), and threeDBrush().

bool KDChart::AbstractThreeDAttributes::operator!= ( const AbstractThreeDAttributes other) const
AbstractThreeDAttributes & AbstractThreeDAttributes::operator= ( const AbstractThreeDAttributes r)

Definition at line 54 of file KDChartAbstractThreeDAttributes.cpp.

References d.

bool AbstractThreeDAttributes::operator== ( const AbstractThreeDAttributes r) const
void AbstractThreeDAttributes::setDepth ( qreal  depth)

Definition at line 93 of file KDChartAbstractThreeDAttributes.cpp.

References d, and depth().

Referenced by KDChart::ThreeDPieAttributes::~ThreeDPieAttributes().

void AbstractThreeDAttributes::setEnabled ( bool  enabled)

Definition at line 83 of file KDChartAbstractThreeDAttributes.cpp.

References d.

void AbstractThreeDAttributes::setThreeDBrushEnabled ( bool  enabled)

Definition at line 115 of file KDChartAbstractThreeDAttributes.cpp.

References d.

QBrush AbstractThreeDAttributes::threeDBrush ( const QBrush &  brush,
const QRectF &  rect 
) const
virtual
qreal AbstractThreeDAttributes::validDepth ( ) const

The documentation for this class was generated from the following files:

Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-chart/