#include <IAddressElementInfo.h>
Interface for describing an address element object.
Definition at line 18 of file IAddressElementInfo.h.
◆ GetAddress()
| virtual QString imtgeo::IAddressElementInfo::GetAddress |
( |
| ) |
const |
|
pure virtual |
◆ GetAddressTypeId()
| virtual QByteArray imtgeo::IAddressElementInfo::GetAddressTypeId |
( |
| ) |
const |
|
pure virtual |
Get id address type of element.
◆ GetDescription()
| virtual QString imtgeo::IAddressElementInfo::GetDescription |
( |
| ) |
const |
|
pure virtual |
Get description of the address element.
◆ GetHasChildren()
| virtual bool imtgeo::IAddressElementInfo::GetHasChildren |
( |
| ) |
const |
|
pure virtual |
◆ GetName()
| virtual QString imtgeo::IAddressElementInfo::GetName |
( |
| ) |
const |
|
pure virtual |
Get name of the address element.
◆ GetParentIds()
| virtual QList< QByteArray > imtgeo::IAddressElementInfo::GetParentIds |
( |
| ) |
const |
|
pure virtual |
Get ids of parent the address element.
◆ SetAddress()
| virtual void imtgeo::IAddressElementInfo::SetAddress |
( |
const QString & |
fullAddress | ) |
|
|
pure virtual |
◆ SetAddressTypeId()
| virtual void imtgeo::IAddressElementInfo::SetAddressTypeId |
( |
const QByteArray & |
typeId | ) |
|
|
pure virtual |
Set id address type of element.
◆ SetDescription()
| virtual void imtgeo::IAddressElementInfo::SetDescription |
( |
const QString & |
description | ) |
|
|
pure virtual |
Set description of the address element.
◆ SetHasChildren()
| virtual void imtgeo::IAddressElementInfo::SetHasChildren |
( |
const bool & |
hasChildren | ) |
|
|
pure virtual |
◆ SetName()
| virtual void imtgeo::IAddressElementInfo::SetName |
( |
const QString & |
name | ) |
|
|
pure virtual |
Set name of the address element.
◆ SetParentIds()
| virtual void imtgeo::IAddressElementInfo::SetParentIds |
( |
const QList< QByteArray > & |
parentId | ) |
|
|
pure virtual |
Set ids of parent the address element.