X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fruler.hpp;h=a2b80ab922dd6d593b00cc248e9f744d2db13b81;hb=1dffa582704bb6acb144a3e89bd6eb0e2ccf4f25;hp=68e7eb5884fcc751d0723ec13afbb80253937a43;hpb=6871ee9fc6c4a87cfa3796b893b91fc5b16c2673;p=pulseview.git diff --git a/pv/view/ruler.hpp b/pv/view/ruler.hpp index 68e7eb58..a2b80ab9 100644 --- a/pv/view/ruler.hpp +++ b/pv/view/ruler.hpp @@ -48,9 +48,6 @@ private: public: Ruler(View &parent); -public: - void clear_selection(); - public: QSize sizeHint() const; @@ -62,6 +59,11 @@ public: QSize extended_size_hint() const; private: + /** + * Gets the time items. + */ + std::vector< std::shared_ptr > items(); + /** * Gets the first view item which has a label that contains @c pt . * @param pt the point to search with. @@ -74,16 +76,8 @@ private: private: void paintEvent(QPaintEvent *event); - void mouseMoveEvent(QMouseEvent *e); - void mousePressEvent(QMouseEvent *e); - void mouseReleaseEvent(QMouseEvent *); - void mouseDoubleClickEvent(QMouseEvent *e); - void contextMenuEvent(QContextMenuEvent *event); - - void keyPressEvent(QKeyEvent *e); - private: /** * Draw a hover arrow under the cursor position.