]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodesignal.h
Moved all srd commands into decode thread, implemented error messages
[pulseview.git] / pv / view / decodesignal.h
index 22e0f3d07c02b31bd6b4bf75da4e212eb31b7a79..e95c982225f92e9e126d0c40b0850f5dbeaed1fd 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_DECODESIGNAL_H
-#define PULSEVIEW_PV_DECODESIGNAL_H
+#ifndef PULSEVIEW_PV_VIEW_DECODESIGNAL_H
+#define PULSEVIEW_PV_VIEW_DECODESIGNAL_H
 
 #include "trace.h"
 
@@ -46,6 +46,8 @@ public:
 
        bool enabled() const;
 
+       const boost::shared_ptr<pv::data::Decoder>& decoder() const;
+
        void set_view(pv::view::View *view);
 
        /**
@@ -66,6 +68,8 @@ public:
 
        QMenu* create_context_menu(QWidget *parent);
 
+       void delete_pressed();
+
 private:
 
        /**
@@ -88,4 +92,4 @@ private:
 } // namespace view
 } // namespace pv
 
-#endif // PULSEVIEW_PV_DECODESIGNAL_H
+#endif // PULSEVIEW_PV_VIEW_DECODESIGNAL_H