]> Git trees. - libqmvoc.git/commitdiff
dox dox dox
authorPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 16:21:52 +0000 (16:21 +0000)
committerPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 16:21:52 +0000 (16:21 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634567

kdeeduplot/kplotobject.h
kdeeduplot/kplotwidget.h

index 931949492719a20c8fff3f72e24799d27347a941..d0c46ea29449f19142688d1c56d8e7cac1f33875 100644 (file)
@@ -51,7 +51,7 @@ class KDEEDUPLOT_EXPORT KPlotPoint {
         * @param y the Y-position for the point, in Data units
         * @param label the label string for the point.  If the string 
         * is defined, the point will be labeled in the plot.
-        * @param width the BarWidth to use for this point (only used for 
+        * @param width the bar width to use for this point (only used for
         * plots of type KPlotObject::Bars)
         */
         KPlotPoint( double x, double y, const QString &label = QString(), double width = 0.0 );
@@ -60,7 +60,7 @@ class KDEEDUPLOT_EXPORT KPlotPoint {
         * @param p the position for the point, in Data units
         * @param label the label string for the point.  If the string 
         * is defined, the point will be labeled in the plot.
-        * @param width the BarWidth to use for this point (only used for 
+        * @param width the bar width to use for this point (only used for
         * plots of type KPlotObject::Bars)
         */
         explicit KPlotPoint( const QPointF &p, const QString &label = QString(), double width = 0.0 );
@@ -342,7 +342,7 @@ public:
         * Draw this KPlotObject on the given QPainter
         * @param p The QPainter to draw on
         * @param pw the KPlotWidget to draw on (this is needed 
-        * for the KPlotWidget::toScreen() function)
+        * for the KPlotWidget::mapToWidget() function)
         */
        void draw( QPainter *p, KPlotWidget *pw );
 
index 81bf5711e526310dd1602f9e1d5513577a0304ad..564006c5ab2a0a4ebfb0c45f3bbecc031219e0fe 100644 (file)
@@ -243,8 +243,14 @@ public:
          */
         bool isObjectToolTipShown() const;
 
+        /**
+         * @return whether the antialiasing is active
+         */
         bool antialiasing() const;
 
+        /**
+         * Toggle the antialiasing when drawing.
+         */
         void setAntialiasing( bool b );
 
        /**