X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=f4e7ef4a6bd832eedc69c78a879f0d4f8cbfa674;hp=7759652e402d5cbc38b4f760d675a5a8d0359006;hb=eae6e30af53f6b3e42dc5be212c82870078276b0;hpb=18f7104f875a71bceeb152398b682737528a4ad7 diff --git a/pv/view/header.h b/pv/view/header.h index 7759652..f4e7ef4 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -30,7 +30,7 @@ namespace pv { namespace view { -class Trace; +class RowItem; class View; class Header : public MarginWidget @@ -52,7 +52,7 @@ public: static const int BaselineOffset; private: - std::shared_ptr get_mouse_over_trace( + std::shared_ptr get_mouse_over_row_item( const QPoint &pt); void clear_selection(); @@ -88,8 +88,8 @@ private: QPoint _mouse_down_point; bool _dragging; - std::list, int> > - _drag_traces; + std::list, int> > + _drag_row_items; }; } // namespace view