VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Loading...
Searching...
No Matches
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...

#include <icontroller.h>

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

◆ ~IContextMenuController()

virtual ~IContextMenuController ( )
virtualdefaultnoexcept

Member Function Documentation

◆ appendContextMenuItems()

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

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