Implement IEditController2::openAboutBox

With this IEditController2 has been fully implemented.
This commit is contained in:
Robbert van der Helm
2020-12-26 00:10:39 +01:00
parent 3c5700163e
commit 86aaf2fa3a
7 changed files with 39 additions and 6 deletions
+1
View File
@@ -90,6 +90,7 @@ class Vst3Logger {
bool log_request(bool is_host_vst, const YaEditController::CreateView&);
bool log_request(bool is_host_vst, const YaEditController2::SetKnobMode&);
bool log_request(bool is_host_vst, const YaEditController2::OpenHelp&);
bool log_request(bool is_host_vst, const YaEditController2::OpenAboutBox&);
bool log_request(bool is_host_vst,
const YaPlugView::IsPlatformTypeSupported&);
bool log_request(bool is_host_vst, const YaPlugView::Attached&);