X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fview%2Fselectableitem.h;h=d38aca2eb534c3e65575b560d9288b591bda6479;hb=9e40e83daf6a2851f4883468a4237849f984b336;hp=d8545ce6e78c2e412153335f1fe1cad28774ebcd;hpb=d09674d4529828b6bd2cbaa027949b953d6bd96a;p=pulseview.git diff --git a/pv/view/selectableitem.h b/pv/view/selectableitem.h index d8545ce..d38aca2 100644 --- a/pv/view/selectableitem.h +++ b/pv/view/selectableitem.h @@ -51,6 +51,9 @@ public: */ void select(bool select = true); +public: + virtual const std::list get_context_bar_actions() = 0; + protected: static QPen highlight_pen();