X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fruler.hpp;fp=pv%2Fview%2Fruler.hpp;h=aabbe486cd8a93f8d3b986a26150aee4f40f739c;hb=b2650e6978b19c44a6fc375931bc412ad4eefa5b;hp=90556a08526f04fd021a4591b915c07d43c1cf73;hpb=5d6ae8a26c8d86531d0d85d2fefc67d617c73f56;p=pulseview.git diff --git a/pv/view/ruler.hpp b/pv/view/ruler.hpp index 90556a0..aabbe48 100644 --- a/pv/view/ruler.hpp +++ b/pv/view/ruler.hpp @@ -63,14 +63,14 @@ public: Ruler(View &parent); public: - QSize sizeHint() const; + QSize sizeHint() const override; /** * The extended area that the header widget would like to be sized to. * @remarks This area is the area specified by sizeHint, extended by * the area to overlap the viewport. */ - QSize extended_size_hint() const; + QSize extended_size_hint() const override; /** * Formats a timestamp depending on its distance to another timestamp. @@ -109,7 +109,7 @@ private: /** * Gets the time items. */ - std::vector< std::shared_ptr > items(); + std::vector< std::shared_ptr > items() override; /** * Gets the first view item which has a label that contains @c pt . @@ -118,11 +118,11 @@ private: * @c shared_ptr if no item was found. */ std::shared_ptr get_mouse_over_item( - const QPoint &pt); + const QPoint &pt) override; - void paintEvent(QPaintEvent *event); + void paintEvent(QPaintEvent *event) override; - void mouseDoubleClickEvent(QMouseEvent *e); + void mouseDoubleClickEvent(QMouseEvent *e) override; /** * Draw a hover arrow under the cursor position.