Information about a Locator's attributes. More...
Header: | #include <LocatorAttribute.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Public Functions
LocatorAttribute() | |
LocatorAttribute(const Esri::ArcGISRuntime::LocatorAttribute &other) | |
LocatorAttribute(Esri::ArcGISRuntime::LocatorAttribute &&other) | |
~LocatorAttribute() | |
QString | displayName() const |
bool | isEmpty() const |
bool | isRequired() const |
QString | name() const |
QMetaType::Type | type() const |
Esri::ArcGISRuntime::LocatorAttribute & | operator=(const Esri::ArcGISRuntime::LocatorAttribute &other) |
Esri::ArcGISRuntime::LocatorAttribute & | operator=(Esri::ArcGISRuntime::LocatorAttribute &&other) |
Detailed Description
Member Function Documentation
LocatorAttribute::LocatorAttribute ()
Default constructor.
LocatorAttribute::LocatorAttribute (const Esri::ArcGISRuntime::LocatorAttribute &other)
Copy constructor from other LocatorAttribute.
LocatorAttribute::LocatorAttribute (Esri::ArcGISRuntime::LocatorAttribute &&other)
Move constructor from other LocatorAttribute.
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.
Esri::ArcGISRuntime::LocatorAttribute &LocatorAttribute::operator=(const Esri::ArcGISRuntime::LocatorAttribute &other)
Assignment operator from other LocatorAttribute.
Esri::ArcGISRuntime::LocatorAttribute &LocatorAttribute::operator=(Esri::ArcGISRuntime::LocatorAttribute &&other)
Move operator from other LocatorAttribute.