(#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

@@ -54,6 +54,7 @@ public:
void addTrack(RimWellLogPlotTrack* track);
size_t trackCount() { return tracks.size();}
void removeTrack(RimWellLogPlotTrack* track);
void loadDataAndUpdate();
void updateTracks();