X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fview.hpp;h=1551bc0b13a09ce8e3f5e95c412fa997bc20d228;hp=a9e5564f1838d404b104e960f71e240aa25f1244;hb=e4e5a958507a2c4e2643f21e3c735021da97e577;hpb=ba804ad012807c3c689bf696e9885d1dff559e7b diff --git a/pv/views/trace/view.hpp b/pv/views/trace/view.hpp index a9e5564..1551bc0 100644 --- a/pv/views/trace/view.hpp +++ b/pv/views/trace/view.hpp @@ -343,6 +343,9 @@ Q_SIGNALS: /// @param mode is a value of Trace::SegmentDisplayMode void segment_display_mode_changed(int mode, bool segment_selectable); + /// Emitted when the cursors are shown/hidden + void cursor_state_changed(bool show); + public Q_SLOTS: void trigger_event(int segment_id, util::Timestamp location);