mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Fully implement IComponentHandler2
This commit is contained in:
@@ -172,6 +172,10 @@ using CallbackRequest = std::variant<WantsConfiguration,
|
||||
YaComponentHandler::PerformEdit,
|
||||
YaComponentHandler::EndEdit,
|
||||
YaComponentHandler::RestartComponent,
|
||||
YaComponentHandler2::SetDirty,
|
||||
YaComponentHandler2::RequestOpenEditor,
|
||||
YaComponentHandler2::StartGroupEdit,
|
||||
YaComponentHandler2::FinishGroupEdit,
|
||||
// Used when the host uses proxy objects,
|
||||
// and we have to route
|
||||
// `IConnectionPoint::notify` calls through
|
||||
|
||||
Reference in New Issue
Block a user