X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=f16fea03f4c0d8d9e93ca9ce77ac5dd2f5cfd7b2;hp=371b6e4a54ce607edbdfd7dc3ead53c55e9ae447;hb=35fbb043b35920ac9e8175a7bfaa7bf9b2611dfc;hpb=806d3e1eb3d60e93ff95d23e79588a0486730967 diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 371b6e4a..f16fea03 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -88,7 +88,7 @@ public: * @param rect the rectangle of the viewport area. * @return Returns the rectangle of the hit-box. */ - QRectF hit_box_rect(const QRectF &rect) const; + QRectF hit_box_rect(const ViewItemPaintParams &pp) const; /** * Gets the text to show in the marker. @@ -107,7 +107,7 @@ public: * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ + */ void paint_fore(QPainter &p, const ViewItemPaintParams &pp); virtual pv::widgets::Popup* create_popup(QWidget *parent);