#5125 Well measurements : Select all wells by default

This commit is contained in:
Magne Sjaastad
2019-12-04 10:41:44 +01:00
parent 0a1e6fc1d3
commit 4fb0542946
3 changed files with 35 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ public:
QString measurementKind() const;
void setMeasurementKind( const QString& measurementKind );
bool isWellChecked( const QString& wellName ) const;
void setAllWellsSelected();
void updateLegendRangesTextAndVisibility( RiuViewer* nativeOrOverrideViewer, bool isUsingOverrideViewer );
@@ -55,8 +56,9 @@ protected:
void fieldChangedByUi( const caf::PdmFieldHandle* changedField,
const QVariant& oldValue,
const QVariant& newValue ) override;
QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions,
bool* useOptionsOnly );
bool* useOptionsOnly ) override;
bool updateLegendData();
static bool hasMeasurementKindForWell( const RimWellPath* wellPath,