The query parameters to use when searching for applicable named trace configuration objects. More...
Header | #include <Utility |
Since | Esri |
Inherits | Esri |
Public Functions
Utility | |
virtual | ~ |
Q | creators() const |
Q | global |
Q | names() const |
void | set |
void | set |
void | set |
void | set |
Q | tags() const |
Detailed Description
If none of the parameters are set, the query will return all available named trace configurations. In the query, the values in each property are combined using a logical OR. Between each property a logical AND is used.
See also UtilityNamedTraceConfiguration.
Member Function Documentation
[explicit]
UtilityNamedTraceConfigurationQueryParameters::UtilityNamedTraceConfigurationQueryParameters (QObject *parent = nullptr)
Creates a UtilityNamedTraceConfigurationQueryParameters.
- parent - The optional parent QObject.
[override virtual noexcept]
UtilityNamedTraceConfigurationQueryParameters::~UtilityNamedTraceConfigurationQueryParameters ()
Destructor.
QStringList UtilityNamedTraceConfigurationQueryParameters::creators() const
Returns optional parameter representing the creators of the named trace configurations to be queried.
See also setCreators().
QList <QUuid > UtilityNamedTraceConfigurationQueryParameters::globalIds () const
Returns optional parameter representing the global IDs of the named trace configurations to be queried.
See also setGlobalIds().
QStringList UtilityNamedTraceConfigurationQueryParameters::names() const
Returns optional parameter representing the names of the named trace configurations to be queried.
See also setNames().
void UtilityNamedTraceConfigurationQueryParameters::setCreators (const QStringList &creators)
Sets the creators to creators.
See also creators.
void UtilityNamedTraceConfigurationQueryParameters::setGlobalIds (const QList <QUuid > &globalIds )
Sets the globalIds to globalIds.
See also globalIds.
void UtilityNamedTraceConfigurationQueryParameters::setNames (const QStringList &names)
Sets the names to names.
See also names.
void UtilityNamedTraceConfigurationQueryParameters::setTags (const QStringList &tags)
Sets the tags to tags.
See also tags.
QStringList UtilityNamedTraceConfigurationQueryParameters::tags() const
Returns optional parameter representing the user tags of the named trace configurations to be queried.
See also setTags().