mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added summary related class diagrams
This commit is contained in:
25
doc/graph_classes.plantuml
Normal file
25
doc/graph_classes.plantuml
Normal file
@@ -0,0 +1,25 @@
|
||||
@startuml
|
||||
|
||||
class RiuGraphWindow {
|
||||
menu : QMenu
|
||||
toolbars : QToolbar
|
||||
graphLayoutWindow : QMainWindow
|
||||
Center widget with graphs
|
||||
}
|
||||
note left: Main window with toolbars and control widgets
|
||||
|
||||
class RimGraph {
|
||||
QWT widget contained in a dockwidget
|
||||
}
|
||||
|
||||
QwtPlot <|-- RimGraph
|
||||
|
||||
class RimCurve {
|
||||
Base class for curves to be rendered in a Graph
|
||||
Must notify Graph when data is changed
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user