From eee8467e02f7c98a2b3930a6096592d2c5705761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Mon, 21 Oct 2019 09:07:30 +0200 Subject: [PATCH] Add plantuml of view linker structure --- doc/view_linking.plantuml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/view_linking.plantuml diff --git a/doc/view_linking.plantuml b/doc/view_linking.plantuml new file mode 100644 index 0000000000..806a6c6d01 --- /dev/null +++ b/doc/view_linking.plantuml @@ -0,0 +1,16 @@ +@startuml + +RimViewLinkerCollection --* "1" RimViewLinker +RimViewLinker --* "n" RimViewController +RimViewLinker "masterView" ---> RimGridView + +RimViewController "managedView" ---> RimGridView + +Rim3dView <|-- RimGridView + + +RimViewLinker .> RimViewManipulator +Rim3dView -* RiuViewer +RimViewManipulator ...> RiuViewer + +@enduml