##// END OF EJS Templates
Added docs for NOTIFY signals of the PieModelMapper
Marek Rosa -
r1476:ef9c1b689dd4
parent child
Show More
@@ -48,6 +48,18 QTCOMMERCIALCHART_BEGIN_NAMESPACE
48 */
48 */
49
49
50 /*!
50 /*!
51 \fn void QHPieModelMapper::valuesRowChanged()
52
53 Emitted when the valuesRow has changed.
54 */
55
56 /*!
57 \fn void QHPieModelMapper::labelsRowChanged()
58
59 Emitted when the labelsRow has changed.
60 */
61
62 /*!
51 Constructs a mapper object which is a child of \a parent.
63 Constructs a mapper object which is a child of \a parent.
52 */
64 */
53 QHPieModelMapper::QHPieModelMapper(QObject *parent) :
65 QHPieModelMapper::QHPieModelMapper(QObject *parent) :
@@ -65,6 +65,30 QTCOMMERCIALCHART_BEGIN_NAMESPACE
65 */
65 */
66
66
67 /*!
67 /*!
68 \fn void QPieModelMapper::seriesReplaced()
69
70 Emitted when the series to which mapper is connected to has changed.
71 */
72
73 /*!
74 \fn void QPieModelMapper::modelReplaced()
75
76 Emitted when the model to which mapper is connected to has changed.
77 */
78
79 /*!
80 \fn void QPieModelMapper::firstChanged()
81
82 Emitted when the value for the first has changed.
83 */
84
85 /*!
86 \fn void QPieModelMapper::countChanged()
87
88 Emitted when the value for the count has changed.
89 */
90
91 /*!
68 Constructs a mapper object which is a child of \a parent.
92 Constructs a mapper object which is a child of \a parent.
69 */
93 */
70 QPieModelMapper::QPieModelMapper(QObject *parent) :
94 QPieModelMapper::QPieModelMapper(QObject *parent) :
@@ -48,6 +48,18 QTCOMMERCIALCHART_BEGIN_NAMESPACE
48 */
48 */
49
49
50 /*!
50 /*!
51 \fn void QVPieModelMapper::valuesColumnChanged()
52
53 Emitted when the valuesColumn has changed.
54 */
55
56 /*!
57 \fn void QVPieModelMapper::labelsColumnChanged()
58
59 Emitted when the labelsColumn has changed.
60 */
61
62 /*!
51 Constructs a mapper object which is a child of \a parent.
63 Constructs a mapper object which is a child of \a parent.
52 */
64 */
53 QVPieModelMapper::QVPieModelMapper(QObject *parent) :
65 QVPieModelMapper::QVPieModelMapper(QObject *parent) :
General Comments 0
You need to be logged in to leave comments. Login now