Parse the trigger types supported by the device
[pulseview.git] / pv / view / logicsignal.h
index 62b7c9ab1f9b085f02ed7dcaa43f2f59abb58acf..40babbcaf69a4d6a524101cc6f1e445c78fcca6d 100644 (file)
@@ -72,6 +72,9 @@ private:
                bool level, double samples_per_pixel, double pixels_offset,
                float x_offset, float y_offset);
 
+       static void add_trigger_action(const char *trig_types, char type,
+               QAction *action, std::list<QAction*> &actions);
+
 private:
        boost::shared_ptr<pv::data::Logic> _data;