KChart::AbstractThreeDAttributes

Search for usage in LXR

KChart::AbstractThreeDAttributes Class Referenceabstract

#include <KChartAbstractThreeDAttributes.h>

Inheritance diagram for KChart::AbstractThreeDAttributes:

Public Member Functions

 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
 

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()

AbstractThreeDAttributes::~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!=()

bool KChart::AbstractThreeDAttributes::operator!= ( const AbstractThreeDAttributes & other) const
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()

QBrush AbstractThreeDAttributes::threeDBrush ( const QBrush & brush,
const QRectF & rect ) const
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:24 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.