X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;h=c72dedf56f79e0a1c223436e8841c8796337e125;hp=4f7361bd13acb5a9e119e30183c8f82a5a0a92d0;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hpb=be7170664b80552fdfb38da1c214c271cbf116aa diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 4f7361b..c72dedf 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_MARKER_H -#define PULSEVIEW_PV_VIEW_MARKER_H +#ifndef PULSEVIEW_PV_VIEW_MARKER_HPP +#define PULSEVIEW_PV_VIEW_MARKER_HPP #include #include @@ -79,6 +79,13 @@ public: */ QRectF label_rect(const QRectF &rect) const; + /** + * Computes the outline rectangle of the viewport hit-box. + * @param rect the rectangle of the viewport area. + * @return Returns the rectangle of the hit-box. + */ + QRectF hit_box_rect(const QRectF &rect) const; + /** * Gets the text to show in the marker. */ @@ -119,4 +126,4 @@ protected: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_MARKER_H +#endif // PULSEVIEW_PV_VIEW_MARKER_HPP