KChart::ThreeDBarAttributes

Search for usage in LXR

KChart::ThreeDBarAttributes Class Reference

#include <KChartThreeDBarAttributes.h>

Inheritance diagram for KChart::ThreeDBarAttributes:

Public Member Functions

 ThreeDBarAttributes (const ThreeDBarAttributes &)
 
uint angle () const
 
bool operator!= (const ThreeDBarAttributes &other) const
 
ThreeDBarAttributesoperator= (const ThreeDBarAttributes &)
 
bool operator== (const ThreeDBarAttributes &) const
 
void setAngle (uint threeDAngle)
 
void setUseShadowColors (bool useShadowColors)
 
bool useShadowColors () const
 
- Public Member Functions inherited from KChart::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
 

Detailed Description

A set of 3D bar attributes.

Definition at line 21 of file KChartThreeDBarAttributes.h.

Constructor & Destructor Documentation

◆ ThreeDBarAttributes() [1/2]

ThreeDBarAttributes::ThreeDBarAttributes ( )

Definition at line 27 of file KChartThreeDBarAttributes.cpp.

◆ ThreeDBarAttributes() [2/2]

ThreeDBarAttributes::ThreeDBarAttributes ( const ThreeDBarAttributes & r)

Definition at line 33 of file KChartThreeDBarAttributes.cpp.

◆ ~ThreeDBarAttributes()

ThreeDBarAttributes::~ThreeDBarAttributes ( )
override

Definition at line 48 of file KChartThreeDBarAttributes.cpp.

Member Function Documentation

◆ angle()

uint ThreeDBarAttributes::angle ( ) const

Definition at line 81 of file KChartThreeDBarAttributes.cpp.

◆ operator!=()

bool KChart::ThreeDBarAttributes::operator!= ( const ThreeDBarAttributes & other) const
inline

Definition at line 39 of file KChartThreeDBarAttributes.h.

◆ operator=()

ThreeDBarAttributes & ThreeDBarAttributes::operator= ( const ThreeDBarAttributes & r)

Definition at line 38 of file KChartThreeDBarAttributes.cpp.

◆ operator==()

bool ThreeDBarAttributes::operator== ( const ThreeDBarAttributes & r) const

Definition at line 57 of file KChartThreeDBarAttributes.cpp.

◆ setAngle()

void ThreeDBarAttributes::setAngle ( uint threeDAngle)

Definition at line 76 of file KChartThreeDBarAttributes.cpp.

◆ setUseShadowColors()

void ThreeDBarAttributes::setUseShadowColors ( bool useShadowColors)

Definition at line 66 of file KChartThreeDBarAttributes.cpp.

◆ useShadowColors()

bool ThreeDBarAttributes::useShadowColors ( ) const

Definition at line 71 of file KChartThreeDBarAttributes.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.