#5200 Prototype of use of formation names for allen diagram

This commit is contained in:
Magne Sjaastad
2019-12-09 08:02:14 +01:00
committed by Jacob Støren
parent ba0ef5c7e8
commit 831b899091
8 changed files with 335 additions and 0 deletions

View File

@@ -359,6 +359,22 @@ QString RiaDefines::completionTypeResultName()
return "Completion Type";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaDefines::binaryAllenResultName()
{
return "Binary Allen";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaDefines::allCombinationsAllenResultName()
{
return "All Allen Categories";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -104,6 +104,10 @@ QString mobilePoreVolumeName();
QString completionTypeResultName();
// Fault results
QString binaryAllenResultName();
QString allCombinationsAllenResultName();
// Mock model text identifiers
QString mockModelBasic();
QString mockModelBasicWithResults();