mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3155 Remove track spacing
This commit is contained in:
@@ -85,9 +85,9 @@ public:
|
||||
size_t trackCount() { return m_tracks.size();}
|
||||
|
||||
void removeTrack(RimWellLogTrack* track);
|
||||
size_t trackIndex(RimWellLogTrack* track);
|
||||
|
||||
size_t trackIndex(const RimWellLogTrack* track) const;
|
||||
RimWellLogTrack* trackByIndex(size_t index);
|
||||
size_t firstVisibleTrackIndex() const;
|
||||
|
||||
void updateTracks(bool autoScaleXAxis = false);
|
||||
void updateTrackNames();
|
||||
|
||||
Reference in New Issue
Block a user