mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5063 Improve auto name for well log plots and use it for well allocation plots
This commit is contained in:
@@ -38,6 +38,11 @@ public:
|
||||
bool addWaterDepth() const;
|
||||
|
||||
void setAutoNameTags( bool addCaseName, bool addWellName, bool addTimeStep, bool addAirGap, bool addWaterDepth );
|
||||
void setFieldVisibility( bool caseNameVisible,
|
||||
bool wellNameVisible,
|
||||
bool timeStepVisible,
|
||||
bool airGapVisible,
|
||||
bool waterDepthVisible );
|
||||
|
||||
protected:
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
Reference in New Issue
Block a user