X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=signal.h;h=ac23a3fa214a81255855934d13cb2f64430e9b07;hb=131e801229c3cc899dd8a478d4491e384e57238e;hp=d55f6dbed429d4624a6bc22a011d43bed4c808f3;hpb=2858b391af20bd46c9a7da17195ec8d58bcd12c3;p=pulseview.git diff --git a/signal.h b/signal.h index d55f6db..ac23a3f 100644 --- a/signal.h +++ b/signal.h @@ -40,12 +40,12 @@ public: * Paints the signal into a QGLWidget. * @param widget the QGLWidget to paint into. * @param rect the rectangular area to draw the trace into. - * @param scale the scale in femtoseconds per pixel. + * @param scale the scale in seconds per pixel. * @param offset the time to show at the left hand edge of - * the view in femtoseconds. + * the view in seconds. **/ virtual void paint(QGLWidget &widget, const QRect &rect, - uint64_t scale, int64_t offset) = 0; + double scale, double offset) = 0; protected: QString _name;