KChart
9#ifndef KCHARTTHREEDPIEATTRIBUTES_H
10#define KCHARTTHREEDPIEATTRIBUTES_H
13#include "KChartAbstractThreeDAttributes.h"
21 class KCHART_EXPORT ThreeDPieAttributes :
public AbstractThreeDAttributes
24 ThreeDPieAttributes();
25 ThreeDPieAttributes(
const ThreeDPieAttributes& );
26 ThreeDPieAttributes &operator= (
const ThreeDPieAttributes& );
28 ~ThreeDPieAttributes()
override;
31 void setUseShadowColors(
bool useShadowColors );
32 bool useShadowColors()
const;
34 bool operator==(
const ThreeDPieAttributes& )
const;
35 inline bool operator!=(
const ThreeDPieAttributes& other )
const {
return !operator==(other); }
37 KCHART_DECLARE_SWAP_DERIVED(ThreeDPieAttributes)
40 KCHART_DECLARE_PRIVATE_DERIVED(ThreeDPieAttributes)
46#if !defined(QT_NO_DEBUG_STREAM)
A set of 3D pie attributes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:04:21 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.