X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=677f366b477f7b1caaaae3bfb03a523ff3a51a0d;hp=e6e053dac26c114828843b508a13c4bdb4819067;hb=cbf0f87e496c9d9157591c94dc445aaa960fe79d;hpb=7708eb92ca87836f5d4987899e0fbb7a4e2335b4 diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index e6e053da..677f366b 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_TRACE_H -#define PULSEVIEW_PV_VIEW_TRACE_H +#ifndef PULSEVIEW_PV_VIEW_TRACE_HPP +#define PULSEVIEW_PV_VIEW_TRACE_HPP #include #include @@ -29,7 +29,7 @@ #include -#include "rowitem.hpp" +#include "tracetreeitem.hpp" class QFormLayout; @@ -41,7 +41,7 @@ class Popup; namespace view { -class Trace : public RowItem +class Trace : public TraceTreeItem { Q_OBJECT @@ -78,7 +78,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; /** * Paints the signal label. @@ -133,4 +133,4 @@ private: } // namespace view } // namespace pv -#endif // PULSEVIEW_PV_VIEW_TRACE_H +#endif // PULSEVIEW_PV_VIEW_TRACE_HPP