@@ -163,17 +163,6 void QBarSeries::removeBarSets(QList<QBarSet* > sets) | |||||
163 | } |
|
163 | } | |
164 |
|
164 | |||
165 | /*! |
|
165 | /*! | |
166 | Inserts new \a set on the \a i position. |
|
|||
167 | The barset that is currently at this postion is moved to postion i + 1 |
|
|||
168 | */ |
|
|||
169 | void QBarSeries::insertBarSet(int i, QBarSet *set) |
|
|||
170 | { |
|
|||
171 | Q_D(QBarSeries); |
|
|||
172 | d->m_barSets.insert(i,set); |
|
|||
173 | emit d->barsetChanged(); |
|
|||
174 | } |
|
|||
175 |
|
||||
176 | /*! |
|
|||
177 | Returns number of sets in series. |
|
166 | Returns number of sets in series. | |
178 | */ |
|
167 | */ | |
179 | int QBarSeries::barsetCount() const |
|
168 | int QBarSeries::barsetCount() const |
@@ -48,7 +48,6 public: | |||||
48 | void removeBarSet(QBarSet *set); // Releases ownership, doesn't delete set |
|
48 | void removeBarSet(QBarSet *set); // Releases ownership, doesn't delete set | |
49 | void appendBarSets(QList<QBarSet* > sets); |
|
49 | void appendBarSets(QList<QBarSet* > sets); | |
50 | void removeBarSets(QList<QBarSet* > sets); |
|
50 | void removeBarSets(QList<QBarSet* > sets); | |
51 | void insertBarSet(int i, QBarSet *set); |
|
|||
52 | int barsetCount() const; |
|
51 | int barsetCount() const; | |
53 | int categoryCount() const; |
|
52 | int categoryCount() const; | |
54 | QList<QBarSet*> barSets() const; |
|
53 | QList<QBarSet*> barSets() const; |
General Comments 0
You need to be logged in to leave comments.
Login now