mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-18 17:15:15 -05:00
#4134 #4124 Refactor RiuSummaryQwtPlot on top of a base RiuQwtPlot class and use this for Cross Plots
* Get a lot of functionality included: zoom, panning, etc.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user