mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
26 lines
482 B
Plaintext
26 lines
482 B
Plaintext
|
@startuml
|
||
|
package Rim {
|
||
|
|
||
|
PdmObject <|-- RimViewWindow
|
||
|
package plots {
|
||
|
RimViewWindow <|-- RimGridCrossPlot
|
||
|
RimViewWindow <|-- RimSummaryPlot
|
||
|
RimRiuQwtPlotOwnerInterface <|-- RimGridCrossPlot
|
||
|
RimRiuQwtPlotOwnerInterface <|-- RimSummaryPlot
|
||
|
}
|
||
|
|
||
|
package Qwt {
|
||
|
QWidget <|-- QwtPlot
|
||
|
}
|
||
|
|
||
|
package RiuQwt
|
||
|
{
|
||
|
QwtPlot <|--- RiuQwtPlot
|
||
|
RiuQwtPlot <|--- RiuSummaryQwtPlot
|
||
|
RiuQwtPlot -r-> RimRiuQwtPlotOwnerInterface
|
||
|
}
|
||
|
|
||
|
RimSummaryPlot -r-> RiuSummaryQwtPlot
|
||
|
RimGridCrossPlot -r-> RiuQwtPlot
|
||
|
@enduml
|