mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename method in RifEclipseSummaryAddress
to make address component access clearer
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user