ResInsight/doc/view_classes.plantuml

33 lines
620 B
Plaintext
Raw Permalink Normal View History

2016-05-04 01:14:21 -05:00
@startuml
2017-02-24 05:40:34 -06:00
class RimViewWindow {
RimMdiWindowController mdiWindowGeometry()
2016-05-04 01:14:21 -05:00
}
2018-04-18 02:21:15 -05:00
note top of RimViewWindow : Updated 2018-04-18 (NOTE : sub classes of RimViewWindow is not complete, consider Doxygen for this info
2016-05-04 01:14:21 -05:00
2017-02-24 05:40:34 -06:00
class RimView {
2016-05-04 01:14:21 -05:00
}
2018-04-18 02:21:15 -05:00
RimViewWindow <|-- Rim3dView
2016-05-04 01:14:21 -05:00
2017-02-24 05:40:34 -06:00
package plots {
RimViewWindow <|-- RimSummaryPlot
RimViewWindow <|-- RimTotalWellAllocationPlot
RimViewWindow <|-- RimWellAllocationPlot
RimViewWindow <|-- RimWellLogPlot
}
2016-05-04 01:14:21 -05:00
2017-02-24 05:40:34 -06:00
RimViewWindow *-- RimMdiWindowController
2016-05-04 01:14:21 -05:00
2018-04-18 02:21:15 -05:00
Rim3dView <|-- Rim2dIntersectionView
Rim3dView <|-- RimGridView
RimGridView <|-- RimEclipseView
RimGridView <|-- RimGeoMechView
2016-05-04 01:14:21 -05:00
@enduml