mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Improve curve naming for plot and use in RFT segment plots
* Improve plot naming for depth track plots * Move template text replace to string tools * More data available for object template text * Set plot visible and define default object name template text
This commit is contained in:
@@ -41,8 +41,6 @@ public:
|
||||
void copyWbsParameters( const RimWbsParameters* wbsParameters );
|
||||
void setCaseWellPathAndTimeStep( RimGeoMechCase* geoMechCase, RimWellPath* wellPath, int timeStep );
|
||||
|
||||
QString createAutoName() const override;
|
||||
|
||||
protected:
|
||||
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
|
||||
|
||||
@@ -50,6 +48,9 @@ protected:
|
||||
void childFieldChangedByUi( const caf::PdmFieldHandle* changedChildField ) override;
|
||||
void initAfterRead() override;
|
||||
|
||||
QStringList supportedPlotNameVariables() const override;
|
||||
std::map<QString, QString> createNameKeyValueMap() const override;
|
||||
|
||||
private:
|
||||
void applyDataSource();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user