]> sigrok.org Git - pulseview.git/blobdiff - pv/view/timemarker.hpp
Cursor: Moved paint_label into TimeMarker
[pulseview.git] / pv / view / timemarker.hpp
index 1c0703a43adf2fc2a409fcd3a1a72692591cdebd..21de26258f4b4153ce4e970236ded0e2511360e7 100644 (file)
@@ -41,6 +41,10 @@ class TimeMarker : public SelectableItem
 {
        Q_OBJECT
 
+public:
+       static const int ArrowSize;
+       static const int Offset;
+
 protected:
        /**
         * Constructor.
@@ -87,7 +91,7 @@ public:
         * @param p The painter to draw with.
         * @param rect The rectangle of the ruler client area.
         */
-       virtual void paint_label(QPainter &p, const QRect &rect) = 0;
+       void paint_label(QPainter &p, const QRect &rect);
 
        pv::widgets::Popup* create_popup(QWidget *parent);