X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=8d8ae162e909c3738e628477fbdc327b77f59bc0;hp=2536db75b649694a05a3fe919c3eb7dd524fef27;hb=a55c544b0fefead0786633d6d7c2356002b192ae;hpb=137ed2551534f005bf79b24bd6c95eef1be5611b diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 2536db7..8d8ae16 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -82,6 +82,12 @@ public: virtual void paint_label(QPainter &p, const QRect &rect, unsigned int prefix) = 0; + /** + * Returns a list of context menu items to show in the context + * bar. + */ + const std::list get_context_bar_actions(); + signals: void time_changed();