Partially implement IHostApplication

For now only works for directly connected components.
This commit is contained in:
Robbert van der Helm
2020-12-24 13:48:31 +01:00
parent 1be9f53bb3
commit a86c37a21d
2 changed files with 47 additions and 7 deletions
+3 -3
View File
@@ -16,9 +16,9 @@ This branch is still very far removed from being in a usable state. Below is an
incomplete list of things that still have to be done before this can be used:
- Interfaces left to implement:
- `IHostApplication::createComponent()`
- `IConnectionPoint::notify()`, and support for indirectly connecting
components through message passing proxies
- `IHostApplication::createComponent()` for indirectly connected objects
- `IConnectionPoint::notify()`, and support for indirectly connecting objects
through connction proxies
- `IEditController2`
- All other mandatory interfaces
- All other optional interfaces