X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftabular_decoder%2Fview.hpp;h=a7215f7b85008ad4cf5f0bb9e52bbae68dda7308;hb=9a35b05d2f2e5329f1ecaddb04289d4adeea2752;hp=461cc7cd2c460092e0aa436ea6851e6652311c34;hpb=d656b01007629b239b51ab34e5a0219ef4f2595a;p=pulseview.git diff --git a/pv/views/tabular_decoder/view.hpp b/pv/views/tabular_decoder/view.hpp index 461cc7cd..a7215f7b 100644 --- a/pv/views/tabular_decoder/view.hpp +++ b/pv/views/tabular_decoder/view.hpp @@ -120,6 +120,11 @@ private Q_SLOTS: void on_actionSave_triggered(QAction* action = nullptr); + void on_table_item_clicked(const QModelIndex& index); + void on_table_item_double_clicked(const QModelIndex& index); + void on_table_header_requested(const QPoint& pos); + void on_table_header_toggled(bool checked); + virtual void perform_delayed_view_update(); private: