mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5125 Well measurements : Select all wells by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user