X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fdecodetrace.hpp;h=b30fc433fa3a6d2e74148109f1119ed72d4149a9;hp=8f8765c17dc8857423901e353e9d574282f84960;hb=5a914348e8c95f92fd7c1c5988d563c5fb472aa2;hpb=1ed996b433f3391f54846784d76da4fe6b07500f diff --git a/pv/views/trace/decodetrace.hpp b/pv/views/trace/decodetrace.hpp index 8f8765c1..b30fc433 100644 --- a/pv/views/trace/decodetrace.hpp +++ b/pv/views/trace/decodetrace.hpp @@ -177,6 +177,8 @@ private: QComboBox* create_channel_selector_init_state(QWidget *parent, const data::DecodeChannel *ch); + void export_annotations(vector *annotations) const; + public: virtual void hover_point_changed(const QPoint &hp); @@ -201,7 +203,9 @@ private Q_SLOTS: void on_show_hide_decoder(int index); void on_export_row(); + void on_export_all_rows(); void on_export_row_from_here(); + void on_export_all_rows_from_here(); private: pv::Session &session_;