|
KD Chart 2
[rev.2.6]
|
#include <qglobal.h>#include "kdchart_export.h"#include <QtAlgorithms>#include <algorithm>#include <Qt>Go to the source code of this file.
Namespaces | |
| KDChart | |
Macros | |
| #define | KDAB_SET_OBJECT_NAME(x) __kdab__dereference_for_methodcall( x ).setObjectName( QLatin1String( #x ) ) |
| #define | KDCHART_DECLARE_DERIVED_DIAGRAM(X, PLANE) |
| #define | KDCHART_DECLARE_PRIVATE_BASE_POLYMORPHIC(X) |
| #define | KDCHART_DECLARE_PRIVATE_BASE_POLYMORPHIC_QWIDGET(X) |
| #define | KDCHART_DECLARE_PRIVATE_BASE_VALUE(X) |
| #define | KDCHART_DECLARE_PRIVATE_DERIVED(X) |
| #define | KDCHART_DECLARE_PRIVATE_DERIVED_PARENT(X, ParentType) |
| #define | KDCHART_DECLARE_PRIVATE_DERIVED_QWIDGET(X) KDCHART_DECLARE_PRIVATE_DERIVED_PARENT( X, QWidget* ) |
| #define | KDCHART_DECLARE_SWAP_BASE(X) |
| #define | KDCHART_DECLARE_SWAP_DERIVED(X) void swap( X& other ) { doSwap( other ); } |
| #define | KDCHART_DECLARE_SWAP_SPECIALISATION(X) |
| #define | KDCHART_DECLARE_SWAP_SPECIALISATION_DERIVED(X) KDCHART_DECLARE_SWAP_SPECIALISATION( X ) |
| #define | KDCHART_DERIVED_PRIVATE_FOOTER(CLASS, PARENT) |
| #define | KDCHART_IMPL_DERIVED_DIAGRAM(CLASS, PARENT, PLANE) |
| #define | KDCHART_IMPL_DERIVED_PLANE(CLASS, BASEPLANE) |
Functions | |
| template<typename T > | |
| T & | __kdab__dereference_for_methodcall (T &o) |
| template<typename T > | |
| T & | __kdab__dereference_for_methodcall (T *o) |
| #define KDAB_SET_OBJECT_NAME | ( | x | ) | __kdab__dereference_for_methodcall( x ).setObjectName( QLatin1String( #x ) ) |
Definition at line 45 of file KDChartGlobal.h.
| #define KDCHART_DECLARE_DERIVED_DIAGRAM | ( | X, | |
| PLANE | |||
| ) |
Definition at line 113 of file KDChartGlobal.h.
| #define KDCHART_DECLARE_PRIVATE_BASE_POLYMORPHIC | ( | X | ) |
Definition at line 82 of file KDChartGlobal.h.
Referenced by KDChart::AbstractThreeDAttributes::operator!=().
| #define KDCHART_DECLARE_PRIVATE_BASE_POLYMORPHIC_QWIDGET | ( | X | ) |
Definition at line 93 of file KDChartGlobal.h.
| #define KDCHART_DECLARE_PRIVATE_BASE_VALUE | ( | X | ) |
Definition at line 71 of file KDChartGlobal.h.
Referenced by KDChart::TextAttributes::operator!=(), KDChart::FrameAttributes::operator!=(), KDChart::BackgroundAttributes::operator!=(), KDChart::LeveyJenningsGridAttributes::operator!=(), KDChart::PieAttributes::operator!=(), KDChart::LineAttributes::operator!=(), KDChart::GridAttributes::operator!=(), KDChart::ValueTrackerAttributes::operator!=(), KDChart::RulerAttributes::operator!=(), and KDChart::DataValueAttributes::position().
| #define KDCHART_DECLARE_PRIVATE_DERIVED | ( | X | ) |
Definition at line 48 of file KDChartGlobal.h.
Referenced by KDChart::ThreeDPieAttributes::operator!=(), KDChart::ThreeDLineAttributes::operator!=(), and KDChart::ThreeDBarAttributes::operator!=().
| #define KDCHART_DECLARE_PRIVATE_DERIVED_PARENT | ( | X, | |
| ParentType | |||
| ) |
Definition at line 58 of file KDChartGlobal.h.
| #define KDCHART_DECLARE_PRIVATE_DERIVED_QWIDGET | ( | X | ) | KDCHART_DECLARE_PRIVATE_DERIVED_PARENT( X, QWidget* ) |
Definition at line 68 of file KDChartGlobal.h.
| #define KDCHART_DECLARE_SWAP_BASE | ( | X | ) |
Definition at line 168 of file KDChartGlobal.h.
Referenced by KDChart::AbstractThreeDAttributes::operator!=().
| #define KDCHART_DECLARE_SWAP_DERIVED | ( | X | ) | void swap( X& other ) { doSwap( other ); } |
Definition at line 173 of file KDChartGlobal.h.
Referenced by KDChart::ThreeDPieAttributes::operator!=(), KDChart::ThreeDLineAttributes::operator!=(), and KDChart::ThreeDBarAttributes::operator!=().
| #define KDCHART_DECLARE_SWAP_SPECIALISATION | ( | X | ) |
Definition at line 148 of file KDChartGlobal.h.
Referenced by KDChart::TextAttributes::operator!=(), KDChart::FrameAttributes::operator!=(), KDChart::BackgroundAttributes::operator!=(), KDChart::LeveyJenningsGridAttributes::operator!=(), KDChart::PieAttributes::operator!=(), KDChart::LineAttributes::operator!=(), KDChart::MarkerAttributes::operator!=(), KDChart::GridAttributes::operator!=(), KDChart::ValueTrackerAttributes::operator!=(), KDChart::RulerAttributes::operator!=(), KDChart::RelativePosition::operator!=(), and KDChart::DataValueAttributes::position().
| #define KDCHART_DECLARE_SWAP_SPECIALISATION_DERIVED | ( | X | ) | KDCHART_DECLARE_SWAP_SPECIALISATION( X ) |
Definition at line 165 of file KDChartGlobal.h.
Referenced by KDChart::ThreeDPieAttributes::operator!=(), KDChart::ThreeDLineAttributes::operator!=(), and KDChart::ThreeDBarAttributes::operator!=().
| #define KDCHART_DERIVED_PRIVATE_FOOTER | ( | CLASS, | |
| PARENT | |||
| ) |
Definition at line 104 of file KDChartGlobal.h.
| #define KDCHART_IMPL_DERIVED_DIAGRAM | ( | CLASS, | |
| PARENT, | |||
| PLANE | |||
| ) |
Definition at line 124 of file KDChartGlobal.h.
| #define KDCHART_IMPL_DERIVED_PLANE | ( | CLASS, | |
| BASEPLANE | |||
| ) |
Definition at line 136 of file KDChartGlobal.h.
| T& __kdab__dereference_for_methodcall | ( | T & | o | ) |
Definition at line 36 of file KDChartGlobal.h.
| T& __kdab__dereference_for_methodcall | ( | T * | o | ) |
Definition at line 41 of file KDChartGlobal.h.