A string input or output parameter. More...
| Header | #include <Geoprocessing |
| Since | Esri |
| Inherits | Esri |
Public Functions
| Geoprocessing | |
| Geoprocessing | |
| virtual | ~ |
| void | set |
| QString | value() const |
Detailed Description
Corresponds to GPString parameter type on the service.
See also GeoprocessingString and GeoprocessingString(const QString&, QObject*).
Member Function Documentation
[explicit] GeoprocessingString::GeoprocessingString (QObject *parent = nullptr)
Constructor that accepts an optional parent object.
[explicit] GeoprocessingString::GeoprocessingString (const QString &value, QObject *parent = nullptr)
Constructor that accepts a string value and an optional parent object.
[override virtual noexcept] GeoprocessingString::~GeoprocessingString ()
Destructor.
void GeoprocessingString::setValue (const QString &value)
Sets the string value to value.
See also value().
QString GeoprocessingString::value() const
Returns the string value.
See also setValue().