@startuml PdmObject <|-- RimWellLogTrack PdmObject <|-- RimWellLogCurve PdmObject <|-- RimWellLogPlot class RimWellLogTrack { PdmChildArrayField curves; } class RimWellLogCurve { RiuLineSegmentQwtPlotCurve* qwtPlotCurve; } class RimWellLogPlot { PdmChildArrayField m_tracks; QPointer m_viewer; } QWidget <|--- RiuWellLogPlot QwtPlot <|--- RiuWellLogTrack QWidget <|-- QwtPlot QwtPlotCurve <|-- RiuLineSegmentQwtPlotCurve class RiuWellLogPlot { QList m_trackPlots; PdmPointer m_plotDefinition; } class RiuWellLogTrack { PdmPointer m_plotTrackDefinition; } RimWellLogTrack *-- RimWellLogCurve RimWellLogPlot *-- RimWellLogTrack RimWellLogPlot -> RiuWellLogPlot RimWellLogTrack -> RiuWellLogTrack RimWellLogCurve -> RiuLineSegmentQwtPlotCurve @enduml