Cursor: Moved paint_label into TimeMarker
[pulseview.git] / pv / view / timemarker.hpp
index 0103fb041dfbdbede975ee4753de759c5d89546b..21de26258f4b4153ce4e970236ded0e2511360e7 100644 (file)
@@ -41,6 +41,10 @@ class TimeMarker : public SelectableItem
 {
        Q_OBJECT
 
+public:
+       static const int ArrowSize;
+       static const int Offset;
+
 protected:
        /**
         * Constructor.
@@ -86,10 +90,8 @@ public:
         * Paints the marker's label to the ruler.
         * @param p The painter to draw with.
         * @param rect The rectangle of the ruler client area.
-        * @param prefix The SI prefix to paint time value with.
         */
-       virtual void paint_label(QPainter &p, const QRect &rect,
-               unsigned int prefix) = 0;
+       void paint_label(QPainter &p, const QRect &rect);
 
        pv::widgets::Popup* create_popup(QWidget *parent);