A form element that configures read-only text in form elements. More...
Header | #include <Text |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Esri | format() const |
Q | text() const |
Signals
void | text |
Detailed Description
The web map specification for text form element does not have "label" and "description" values, so these properties on the base FormElement will always be empty strings.
Member Function Documentation
[override virtual noexcept]
TextFormElement::~TextFormElement ()
Destructor.
Esri::ArcGISRuntime::FormTextFormat TextFormElement::format() const
Defines and returns the format of text property.
QString TextFormElement::text() const
Returns a String value indicating the text to be displayed.
[signal]
void TextFormElement::textChanged (const QString &text)
Signal emitted when the text changes
- text - The new text of the element.