X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=3ee0200518108a30e52ef7b20b7ced7108d92386;hp=ec51b81abdb4cfd495a358200eb543a1b9392069;hb=ca4ec3eab886e62c0f9d0cc91636383a74ad5d7b;hpb=3efda736308edc11468a4b59bdb28d5793902529 diff --git a/pv/view/cursor.h b/pv/view/cursor.h index ec51b81a..3ee02005 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -47,6 +47,13 @@ public: Cursor(const View &view, double time); public: + /** + * Gets the marker label rectangle. + * @param rect The rectangle of the ruler client area. + * @return Returns the label rectangle. + */ + QRectF get_label_rect(const QRect &rect) const; + /** * Paints the cursor's label to the ruler. * @param p The painter to draw with.