VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IContextMenuController Class Referenceabstract

extension to IController The VST3Editor checks all controllers of the views under the mouse on a right click if they have this interface implemented and calls the appendContextMenuItems before showing the context menu to the user More...

Public Member Functions

virtual ~IContextMenuController () noexcept=default
 
virtual void appendContextMenuItems (COptionMenu &contextMenu, const CPoint &where)=0
 

Detailed Description

extension to IController The VST3Editor checks all controllers of the views under the mouse on a right click if they have this interface implemented and calls the appendContextMenuItems before showing the context menu to the user

Constructor & Destructor Documentation

virtual ~IContextMenuController ( )
virtualdefaultnoexcept

Member Function Documentation

virtual void appendContextMenuItems ( COptionMenu contextMenu,
const CPoint where 
)
pure virtual

The documentation for this class was generated from the following file: