(#499) Added a custom track delete feature

Added infrastructure needed to delete track from plot and plot
collection
This commit is contained in:
Magne Sjaastad
2015-09-21 15:55:55 +02:00
parent 4d42fd37f5
commit 2b7d7be3f1
9 changed files with 150 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ public:
RimWellLogPlot* ownerPlotDefinition();
void insertTrackPlot(RiuWellLogTrackPlot* trackPlot);
void removeTrackPlot(RiuWellLogTrackPlot* trackPlot);
void setDepthRangeAndReplot(double minDepth, double maxDepth);