KChart::ThreeDLineAttributes

Search for usage in LXR

KChart::ThreeDLineAttributes Class Reference

#include <KChartThreeDLineAttributes.h>

Inheritance diagram for KChart::ThreeDLineAttributes:

Public Member Functions

 ThreeDLineAttributes (const ThreeDLineAttributes &)
 
uint lineXRotation () const
 
uint lineYRotation () const
 
bool operator!= (const ThreeDLineAttributes &other) const
 
ThreeDLineAttributesoperator= (const ThreeDLineAttributes &)
 
bool operator== (const ThreeDLineAttributes &) const
 
void setLineXRotation (const uint degrees)
 
void setLineYRotation (const uint degrees)
 
- 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 line attributes.

Definition at line 21 of file KChartThreeDLineAttributes.h.

Constructor & Destructor Documentation

◆ ThreeDLineAttributes() [1/2]

ThreeDLineAttributes::ThreeDLineAttributes ( )

Definition at line 27 of file KChartThreeDLineAttributes.cpp.

◆ ThreeDLineAttributes() [2/2]

ThreeDLineAttributes::ThreeDLineAttributes ( const ThreeDLineAttributes & r)

Definition at line 33 of file KChartThreeDLineAttributes.cpp.

◆ ~ThreeDLineAttributes()

ThreeDLineAttributes::~ThreeDLineAttributes ( )
override

Definition at line 48 of file KChartThreeDLineAttributes.cpp.

Member Function Documentation

◆ lineXRotation()

uint ThreeDLineAttributes::lineXRotation ( ) const

Definition at line 71 of file KChartThreeDLineAttributes.cpp.

◆ lineYRotation()

uint ThreeDLineAttributes::lineYRotation ( ) const

Definition at line 81 of file KChartThreeDLineAttributes.cpp.

◆ operator!=()

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

Definition at line 37 of file KChartThreeDLineAttributes.h.

◆ operator=()

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

Definition at line 38 of file KChartThreeDLineAttributes.cpp.

◆ operator==()

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

Definition at line 57 of file KChartThreeDLineAttributes.cpp.

◆ setLineXRotation()

void ThreeDLineAttributes::setLineXRotation ( const uint degrees)

Definition at line 66 of file KChartThreeDLineAttributes.cpp.

◆ setLineYRotation()

void ThreeDLineAttributes::setLineYRotation ( const uint degrees)

Definition at line 76 of file KChartThreeDLineAttributes.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.