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