(#547) Don't enable "New Well Log LAS Curve" for tracks if no LAS files are available

This commit is contained in:
Pål Hagen
2015-09-25 17:52:03 +02:00
parent 9830522745
commit 63467b0960
2 changed files with 35 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ protected:
virtual void setupActionLook( QAction* actionToSetup );
private:
RimWellLogPlotTrack* selectedWellLogPlotTrack();
RimWellPath* selectedWellPathWithLogFile();
RimWellLogPlotTrack* selectedWellLogPlotTrack() const;
RimWellPath* selectedWellPathWithLogFile() const;
bool wellLogFilesAvailable() const;
};