Information about a Locator's attributes. More...
Header | #include <Locator |
Since | Esri |
Public Functions
Locator | |
Locator | |
Locator | |
~ | |
Q | display |
bool | is |
bool | is |
Q | name() const |
Q | type() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Member Function Documentation
LocatorAttribute::LocatorAttribute ()
Default constructor.
LocatorAttribute::LocatorAttribute (const Esri::ArcGISRuntime::LocatorAttribute &other)
Copy constructor from other LocatorAttribute.
[noexcept]
LocatorAttribute::LocatorAttribute (Esri::ArcGISRuntime::LocatorAttribute &&other)
Move constructor from other LocatorAttribute.
[noexcept]
LocatorAttribute::~LocatorAttribute ()
Destructor.
QString LocatorAttribute::displayName () const
Returns the display name of the attribute.
bool LocatorAttribute::isEmpty () const
Returns whether the attribute is empty.
bool LocatorAttribute::isRequired () const
Returns whether the attribute is a required field.
QString LocatorAttribute::name() const
Returns the name of the attribute.
QMetaType::Type LocatorAttribute::type() const
Returns the type of the attribute.
[noexcept]
Esri::ArcGISRuntime::LocatorAttribute &LocatorAttribute::operator=(Esri::ArcGISRuntime::LocatorAttribute &&other)
Move operator from other LocatorAttribute.
Esri::ArcGISRuntime::LocatorAttribute &LocatorAttribute::operator=(const Esri::ArcGISRuntime::LocatorAttribute &other)
Assignment operator from other LocatorAttribute.