]> Git trees. - libqmvoc.git/commit
API change in the plot objects handling:
authorPino Toscano <pino@kde.org>
Fri, 16 Feb 2007 20:12:31 +0000 (20:12 +0000)
committerPino Toscano <pino@kde.org>
Fri, 16 Feb 2007 20:12:31 +0000 (20:12 +0000)
commitbff4fcb257295b5b032eed25153b3eb510d14a7f
treea24c6d9367607584e51f234c3270d96739b97eb2
parentb20b90686e101697ddf1cd4c49e3f8843075a242
API change in the plot objects handling:
- add plotObjects() to get the list of the plot objects (thus removing objectCount() )
- add addPlotObjects() to add more objects with a single update
- add 'Plot' in the name of the other functions that work with the plot objects
- finally hide the real object list in the Private class

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634293
kdeeduplot/kplotwidget.cpp
kdeeduplot/kplotwidget.h
kdeeduplot/tests/testplot_widget.cpp