mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add plantuml of view linker structure
This commit is contained in:
parent
86cb90515b
commit
eee8467e02
16
doc/view_linking.plantuml
Normal file
16
doc/view_linking.plantuml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user