X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=2bedb5e9336b45518dd54514b6a3062945667d57;hb=b42d25c43e52c900cbdd3e5cde0282961b8721e7;hp=1469f2cc1edf0db599f8b6f147cabbb4fd235abd;hpb=34c1ef0254e1550c256c796e131a330d6ba8d81d;p=pulseview.git diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 1469f2c..2bedb5e 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -48,7 +48,7 @@ private: public: /** * Constructor. - * @param colour A reference to the colour of this cursor. + * @param view A reference to the view that owns this cursor pair. * @param time The time to set the flag to. */ Cursor(const View &view, double time); @@ -65,13 +65,13 @@ public: * Paints the cursor's label to the ruler. * @param p The painter to draw with. * @param rect The rectangle of the ruler client area. + * @param prefix The index of the SI prefix to use. */ - void paint_label(QPainter &p, const QRect &rect); + void paint_label(QPainter &p, const QRect &rect, + unsigned int prefix); private: - void compute_text_size(QPainter &p); - - void format_text(char *text); + void compute_text_size(QPainter &p, unsigned int prefix); private: QSizeF _text_size; @@ -80,4 +80,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_CURSOR_H \ No newline at end of file +#endif // PULSEVIEW_PV_VIEW_CURSOR_H