KChart
9#ifndef KCHARTTHREEDBARATTRIBUTES_H
10#define KCHARTTHREEDBARATTRIBUTES_H
13#include "KChartAbstractThreeDAttributes.h"
21 class KCHART_EXPORT ThreeDBarAttributes :
public AbstractThreeDAttributes
24 ThreeDBarAttributes();
25 ThreeDBarAttributes(
const ThreeDBarAttributes& );
26 ThreeDBarAttributes &operator= (
const ThreeDBarAttributes& );
28 ~ThreeDBarAttributes()
override;
31 void setUseShadowColors(
bool useShadowColors );
32 bool useShadowColors()
const;
35 void setAngle( uint threeDAngle );
38 bool operator==(
const ThreeDBarAttributes& )
const;
39 inline bool operator!=(
const ThreeDBarAttributes& other )
const {
return !operator==(other); }
41 KCHART_DECLARE_SWAP_DERIVED(ThreeDBarAttributes)
43 KCHART_DECLARE_PRIVATE_DERIVED(ThreeDBarAttributes)
49#if !defined(QT_NO_DEBUG_STREAM)
A set of 3D bar attributes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 7 2025 11:52:14 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.