[explicit]
PopupField::PopupField(QObject *parent = nullptr)
Default constructor that takes an optional parent.
[override virtual noexcept]
PopupField::~PopupField()
Destructor.
QString PopupField::fieldName() constReturns the field name.
See also setFieldName().
Esri::ArcGISRuntime::PopupFieldFormat *PopupField::format() constReturns the PopupFieldFormat.
See also setFormat().
bool PopupField::isEditable() constReturns whether the field is editable.
bool PopupField::isVisible() constReturns whether the field is visible.
QString PopupField::label() constReturns the field label.
See also setLabel().
void PopupField::setEditable(bool editable)Sets whether the field is editable.
See also isEditable().
void PopupField::setFieldName(const QString &fieldName)Sets the fieldName.
See also fieldName().
void PopupField::setFormat(Esri::ArcGISRuntime::PopupFieldFormat *format)Sets the Popup field format.
See also format().
void PopupField::setLabel(const QString &label)Sets the field label.
See also label().
void PopupField::setStringFieldOption(Esri::ArcGISRuntime::PopupStringFieldOption popupStringFieldOption)Sets the format used to display the field as popupStringFieldOption.
See also stringFieldOption().
void PopupField::setTooltip(const QString &tooltip)Sets a string providing an editing tooltip for editors of the field.
See also tooltip().
void PopupField::setVisible(bool visible)Sets whether the field is visible.
See also isVisible().
Esri::ArcGISRuntime::PopupStringFieldOption PopupField::stringFieldOption() constReturns the format used to display the field.
See also setStringFieldOption().
QString PopupField::tooltip() constReturns a string providing an editing hint for editors of the field.
See also setTooltip().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4