Rename method in RifEclipseSummaryAddress

to make address component access clearer
This commit is contained in:
Jacob Støren
2020-02-25 10:27:24 +01:00
parent 692ed80c26
commit 2a4fd959e9
3 changed files with 8 additions and 5 deletions

View File

@@ -659,7 +659,8 @@ std::string RifEclipseSummaryAddress::uiText() const
//--------------------------------------------------------------------------------------------------
/// Returns the stringified value for the specified identifier type
//--------------------------------------------------------------------------------------------------
std::string RifEclipseSummaryAddress::uiText( RifEclipseSummaryAddress::SummaryIdentifierType identifierType ) const
std::string
RifEclipseSummaryAddress::addressComponentUiText( RifEclipseSummaryAddress::SummaryIdentifierType identifierType ) const
{
switch ( identifierType )
{

View File

@@ -183,7 +183,7 @@ public:
// Derived properties
std::string uiText() const;
std::string uiText( RifEclipseSummaryAddress::SummaryIdentifierType itemTypeInput ) const;
std::string addressComponentUiText( RifEclipseSummaryAddress::SummaryIdentifierType itemTypeInput ) const;
bool isUiTextMatchingFilterText( const QString& filterString ) const;
bool isValid() const;