]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/viewitem.hpp
Fix regression introduced by 2980ff2da269c9ed
[pulseview.git] / pv / views / trace / viewitem.hpp
index 89a57e5edeb248b2dab9b59618cab71b9d268667..8421d8614914078fc61b7c3a26a3a647f57f99c4 100644 (file)
@@ -59,6 +59,11 @@ public:
         */
        virtual bool enabled() const = 0;
 
+       /**
+        * Returns true if the item may be selected.
+        */
+       virtual bool is_selectable(QPoint pos) const;
+
        /**
         * Returns true if the item has been selected by the user.
         */