Implement the plugin side of IContextMenu

This commit is contained in:
Robbert van der Helm
2021-01-07 16:19:41 +01:00
parent 0617bfb565
commit 83d45eef27
6 changed files with 92 additions and 9 deletions
+4
View File
@@ -187,6 +187,10 @@ using CallbackRequest = std::variant<Vst3ContextMenuProxy::Destruct,
// `IConnectionPoint::notify` calls through
// there
YaConnectionPoint::Notify,
YaContextMenu::GetItemCount,
YaContextMenu::AddItem,
YaContextMenu::RemoveItem,
YaContextMenu::Popup,
YaHostApplication::GetName,
YaPlugFrame::ResizeView,
YaUnitHandler::NotifyUnitSelection,