From: Pino Toscano Date: Sat, 17 Feb 2007 16:21:52 +0000 (+0000) Subject: dox dox dox X-Git-Tag: v3.80.3~26 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=c93fa1c9e17a1cf6e1adef1b099d9266bf98f123;p=libqmvoc.git dox dox dox svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634567 --- diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index 9319494..d0c46ea 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -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 ); diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index 81bf571..564006c 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -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 ); /**