mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
4c026952a1
* Get a lot of functionality included: zoom, panning, etc.
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
|