diff --git a/src/barchart/bar_p.h b/src/barchart/bar_p.h index a49586c..80f56de 100644 --- a/src/barchart/bar_p.h +++ b/src/barchart/bar_p.h @@ -18,6 +18,15 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef BAR_H #define BAR_H diff --git a/src/barchart/barchartitem_p.h b/src/barchart/barchartitem_p.h index 069d3ba..1bfd2a0 100644 --- a/src/barchart/barchartitem_p.h +++ b/src/barchart/barchartitem_p.h @@ -18,6 +18,16 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + + #ifndef BARCHARTITEM_H #define BARCHARTITEM_H @@ -32,8 +42,6 @@ class Bar; class QAxisCategories; class QChart; -//typedef QVector BarLayout; - class BarChartItem : public ChartItem { Q_OBJECT @@ -42,7 +50,6 @@ public: virtual ~BarChartItem(); public: - // From QGraphicsItem void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget); QRectF boundingRect() const; diff --git a/src/barchart/groupedbarchartitem_p.h b/src/barchart/groupedbarchartitem_p.h index 7f920d8..2b6c04b 100644 --- a/src/barchart/groupedbarchartitem_p.h +++ b/src/barchart/groupedbarchartitem_p.h @@ -18,6 +18,16 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + + #ifndef GROUPEDBARCHARTITEM_H #define GROUPEDBARCHARTITEM_H @@ -34,12 +44,7 @@ public: GroupedBarChartItem(QBarSeries *series, ChartPresenter *presenter); private: - // From BarChartItem virtual QVector calculateLayout(); - -private: - - // Data }; QTCOMMERCIALCHART_END_NAMESPACE diff --git a/src/barchart/percentbarchartitem_p.h b/src/barchart/percentbarchartitem_p.h index 718ebbc..5c5fe51 100644 --- a/src/barchart/percentbarchartitem_p.h +++ b/src/barchart/percentbarchartitem_p.h @@ -18,6 +18,16 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + + #ifndef PERCENTBARCHARTITEM_H #define PERCENTBARCHARTITEM_H @@ -36,10 +46,6 @@ public: private: virtual QVector calculateLayout(); - -private: - - // Data }; QTCOMMERCIALCHART_END_NAMESPACE diff --git a/src/barchart/qbarseries_p.h b/src/barchart/qbarseries_p.h index cb01f61..817b24c 100644 --- a/src/barchart/qbarseries_p.h +++ b/src/barchart/qbarseries_p.h @@ -1,3 +1,32 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc +** All rights reserved. +** For any questions to Digia, please use contact form at http://qt.digia.com +** +** This file is part of the Qt Commercial Charts Add-on. +** +** $QT_BEGIN_LICENSE$ +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. +** +** If you have questions regarding the use of this file, please use +** contact form at http://qt.digia.com +** $QT_END_LICENSE$ +** +****************************************************************************/ + +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef QBARSERIES_P_H #define QBARSERIES_P_H @@ -10,7 +39,6 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE class QBarModelMapper; -// Container for series class QBarSeriesPrivate : public QAbstractSeriesPrivate { Q_OBJECT diff --git a/src/barchart/qbarset_p.h b/src/barchart/qbarset_p.h index 900159f..6fb4ad0 100644 --- a/src/barchart/qbarset_p.h +++ b/src/barchart/qbarset_p.h @@ -1,3 +1,32 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc +** All rights reserved. +** For any questions to Digia, please use contact form at http://qt.digia.com +** +** This file is part of the Qt Commercial Charts Add-on. +** +** $QT_BEGIN_LICENSE$ +** Licensees holding valid Qt Commercial licenses may use this file in +** accordance with the Qt Commercial License Agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and Digia. +** +** If you have questions regarding the use of this file, please use +** contact form at http://qt.digia.com +** $QT_END_LICENSE$ +** +****************************************************************************/ + +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + #ifndef QBARSET_P_H #define QBARSET_P_H diff --git a/src/barchart/stackedbarchartitem_p.h b/src/barchart/stackedbarchartitem_p.h index 462b866..7c255de 100644 --- a/src/barchart/stackedbarchartitem_p.h +++ b/src/barchart/stackedbarchartitem_p.h @@ -18,6 +18,16 @@ ** ****************************************************************************/ +// W A R N I N G +// ------------- +// +// This file is not part of the QtCommercial Chart API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. + + #ifndef STACKEDBARCHARTITEM_H #define STACKEDBARCHARTITEM_H @@ -34,12 +44,7 @@ public: StackedBarChartItem(QBarSeries *series, ChartPresenter *presenter); private: - // From BarChartItem virtual QVector calculateLayout(); - -private: - - // Data }; QTCOMMERCIALCHART_END_NAMESPACE