Added summary related class diagrams

This commit is contained in:
Magne Sjaastad
2016-05-04 08:14:21 +02:00
parent 2a24034cc2
commit ec202310b7
3 changed files with 103 additions and 0 deletions

View 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