X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=21de26258f4b4153ce4e970236ded0e2511360e7;hb=4fabd61a2676246265c12d614cde496bf0a79075;hp=1c0703a43adf2fc2a409fcd3a1a72692591cdebd;hpb=d8d724cc987b7edb6a5e4e9d0dc8415f3cca06e9;p=pulseview.git diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 1c0703a..21de262 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -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);