KD Chart API Documentation  3.1
KDChartThreeDLineAttributes.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 KDCHARTTHREEDLINEATTRIBUTES_H
12 #define KDCHARTTHREEDLINEATTRIBUTES_H
13 
15 #include "KDChartGlobal.h"
16 #include <QMetaType>
17 
18 namespace KDChart {
19 
23 class KDCHART_EXPORT ThreeDLineAttributes : public AbstractThreeDAttributes
24 {
25 public:
28  ThreeDLineAttributes &operator=(const ThreeDLineAttributes &);
29 
30  ~ThreeDLineAttributes() override;
31 
32  /* threeD lines specific */
33  void setLineXRotation(const uint degrees);
34  uint lineXRotation() const;
35  void setLineYRotation(const uint degrees);
36  uint lineYRotation() const;
37 
38  bool operator==(const ThreeDLineAttributes &) const;
39  inline bool operator!=(const ThreeDLineAttributes &other) const
40  {
41  return !operator==(other);
42  }
43 
45 
47 
48 }; // End of class ThreeDLineAttributes
49 }
50 
51 #if !defined(QT_NO_DEBUG_STREAM)
52 KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::ThreeDLineAttributes &);
53 #endif /* QT_NO_DEBUG_STREAM */
54 
56 
57 QT_BEGIN_NAMESPACE
59 QT_END_NAMESPACE
60 
61 Q_DECLARE_METATYPE(KDChart::ThreeDLineAttributes)
62 
63 #endif // KDCHARTTHREEDLINEATTRIBUTES_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::ThreeDLineAttributes, Q_MOVABLE_TYPE)
KDCHART_EXPORT QDebug operator<<(QDebug, const KDChart::ThreeDLineAttributes &)
bool operator!=(const ThreeDLineAttributes &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