X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fmarginwidget.h;h=7811d80aa6d85f46829542b3d3f7c299e2cd2d89;hb=ff30bdbafa900626fdcdf5e282d6eb56e4d4b68a;hp=239692ca26b81bbc9880f891846ebad9305c0a0f;hpb=c23b29d67ed68c1a899000bf0049056fe9f51a62;p=pulseview.git diff --git a/pv/view/marginwidget.h b/pv/view/marginwidget.h index 239692c..7811d80 100644 --- a/pv/view/marginwidget.h +++ b/pv/view/marginwidget.h @@ -35,6 +35,14 @@ class MarginWidget : public QWidget public: MarginWidget(pv::view::View &parent); +public Q_SLOTS: + virtual void clear_selection(); + +Q_SIGNALS: + void selection_changed(); + + void geometry_updated(); + protected: pv::view::View &_view; };