#1125 Limit size of string in legend and info, reordered tracer combo

This commit is contained in:
Magne Sjaastad
2017-01-12 15:00:18 +01:00
parent 8ce8b4e7f1
commit 894b4468b4
12 changed files with 98 additions and 28 deletions

View File

@@ -30,7 +30,7 @@ bool RigFlowDiagResultAddress::isNativeResult() const
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::string RigFlowDiagResultAddress::uiText()
std::string RigFlowDiagResultAddress::uiText() const
{
std::string uiVarname = variableName;
@@ -44,4 +44,11 @@ std::string RigFlowDiagResultAddress::uiText()
return uitext;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::string RigFlowDiagResultAddress::uiShortText() const
{
return variableName;
}