Implement IPlugView::checkSizeConstraint()

With this the whole of `IPlugView` and thus also `IEditController` is
implemented.
This commit is contained in:
Robbert van der Helm
2020-12-22 15:42:41 +01:00
parent 5ef7e73725
commit 9bb90388c1
7 changed files with 47 additions and 4 deletions
-1
View File
@@ -19,7 +19,6 @@ incomplete list of things that still have to be done before this can be used:
- `IHostApplication::createComponent()`
- `IConnectionPoint::notify()`, and support for indirectly connecting
components through message passing proxies
- The rest of `IPlugView`
- `IEditController2`
- All other mandatory interfaces
- All other optional interfaces