From ef9c1b689dd49c28e716b9a7e3a8e7177adf5e63 2012-06-18 09:01:59 From: Marek Rosa Date: 2012-06-18 09:01:59 Subject: [PATCH] Added docs for NOTIFY signals of the PieModelMapper --- diff --git a/src/piechart/qhpiemodelmapper.cpp b/src/piechart/qhpiemodelmapper.cpp index bc50bea..8869424 100644 --- a/src/piechart/qhpiemodelmapper.cpp +++ b/src/piechart/qhpiemodelmapper.cpp @@ -48,6 +48,18 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! + \fn void QHPieModelMapper::valuesRowChanged() + + Emitted when the valuesRow has changed. +*/ + +/*! + \fn void QHPieModelMapper::labelsRowChanged() + + Emitted when the labelsRow has changed. +*/ + +/*! Constructs a mapper object which is a child of \a parent. */ QHPieModelMapper::QHPieModelMapper(QObject *parent) : diff --git a/src/piechart/qpiemodelmapper.cpp b/src/piechart/qpiemodelmapper.cpp index f77fb3d..6a67816 100644 --- a/src/piechart/qpiemodelmapper.cpp +++ b/src/piechart/qpiemodelmapper.cpp @@ -65,6 +65,30 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! + \fn void QPieModelMapper::seriesReplaced() + + Emitted when the series to which mapper is connected to has changed. +*/ + +/*! + \fn void QPieModelMapper::modelReplaced() + + Emitted when the model to which mapper is connected to has changed. +*/ + +/*! + \fn void QPieModelMapper::firstChanged() + + Emitted when the value for the first has changed. +*/ + +/*! + \fn void QPieModelMapper::countChanged() + + Emitted when the value for the count has changed. +*/ + +/*! Constructs a mapper object which is a child of \a parent. */ QPieModelMapper::QPieModelMapper(QObject *parent) : diff --git a/src/piechart/qvpiemodelmapper.cpp b/src/piechart/qvpiemodelmapper.cpp index a1bfe2a..2f155d0 100644 --- a/src/piechart/qvpiemodelmapper.cpp +++ b/src/piechart/qvpiemodelmapper.cpp @@ -48,6 +48,18 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE */ /*! + \fn void QVPieModelMapper::valuesColumnChanged() + + Emitted when the valuesColumn has changed. +*/ + +/*! + \fn void QVPieModelMapper::labelsColumnChanged() + + Emitted when the labelsColumn has changed. +*/ + +/*! Constructs a mapper object which is a child of \a parent. */ QVPieModelMapper::QVPieModelMapper(QObject *parent) :