KD Chart API Documentation  3.1
KDChartThreeDPieAttributes.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Chart library.
4 **
5 ** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 
11 #ifndef KDCHARTTHREEDPIEATTRIBUTES_H
12 #define KDCHARTTHREEDPIEATTRIBUTES_H
13 
15 #include "KDChartGlobal.h"
16 #include <QMetaType>
17 
18 namespace KDChart {
19 
23 class KDCHART_EXPORT ThreeDPieAttributes : public AbstractThreeDAttributes
24 {
25 public:
28  ThreeDPieAttributes &operator=(const ThreeDPieAttributes &);
29 
30  ~ThreeDPieAttributes() override;
31 
32  /* threeD Pies specific */
33  void setUseShadowColors(bool useShadowColors);
34  bool useShadowColors() const;
35 
36  bool operator==(const ThreeDPieAttributes &) const;
37  inline bool operator!=(const ThreeDPieAttributes &other) const
38  {
39  return !operator==(other);
40  }
41 
43 
44 private:
46 
47 }; // End of class ThreeDPieAttributes
48 }
49 
50 #if !defined(QT_NO_DEBUG_STREAM)
51 KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::ThreeDPieAttributes &);
52 #endif /* QT_NO_DEBUG_STREAM */
53 
55 
56 QT_BEGIN_NAMESPACE
58 QT_END_NAMESPACE
59 
60 Q_DECLARE_METATYPE(KDChart::ThreeDPieAttributes)
61 
62 #endif // KDCHARTTHREEDPIEATTRIBUTES_H
Contains KDChart macros.
#define KDCHART_DECLARE_SWAP_SPECIALISATION_DERIVED(X)
#define KDCHART_DECLARE_PRIVATE_DERIVED(X)
Definition: KDChartGlobal.h:38
#define KDCHART_DECLARE_SWAP_DERIVED(X)
QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO(KDChart::ThreeDPieAttributes, Q_MOVABLE_TYPE)
KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::ThreeDPieAttributes &)
bool operator!=(const ThreeDPieAttributes &other) const
bool operator==(const TickInfo &, const TickInfo &)

© 2001 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-chart/
Generated by doxygen 1.9.1