mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#9369 Curve Probing: Show data from other curves in tooltip text
Optionally show data from other curves in tooltip text when hoovering over a curve point
This commit is contained in:
@@ -206,3 +206,27 @@ double RiaDefines::scalingFactor( QPaintDevice* paintDevice )
|
||||
|
||||
return scaling;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaDefines::curveNameGroupName()
|
||||
{
|
||||
return "Curve Name";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaDefines::appearanceGroupName()
|
||||
{
|
||||
return "Appearance";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaDefines::additionalDataSourcesGroupName()
|
||||
{
|
||||
return "Additional Data Sources";
|
||||
}
|
||||
|
||||
@@ -73,6 +73,7 @@ enum class ObjectNamingMethod
|
||||
TEMPLATE
|
||||
};
|
||||
|
||||
// Defines relate to curve and plot template names
|
||||
QString namingVariableCase();
|
||||
QString namingVariableWell();
|
||||
QString namingVariableWellBranch();
|
||||
@@ -93,4 +94,9 @@ PlotAxis opposite( PlotAxis axis );
|
||||
|
||||
double scalingFactor( QPaintDevice* paintDevice );
|
||||
|
||||
// Project editor group names
|
||||
QString curveNameGroupName();
|
||||
QString appearanceGroupName();
|
||||
QString additionalDataSourcesGroupName();
|
||||
|
||||
}; // namespace RiaDefines
|
||||
|
||||
Reference in New Issue
Block a user