Identification metadata about a service. More...
Header | #include <Service |
Since | Esri |
Public Functions
Service | |
Service | |
Service | |
~ | |
Esri | antialiasing |
Q | author() const |
Q | category() const |
Q | comments() const |
Q | keywords() const |
Q | subject() const |
Esri | text |
Q | title() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Read-only information about the service, such as author, title, and tags.
Member Function Documentation
ServiceDocumentInfo::ServiceDocumentInfo ()
Default constructor.
ServiceDocumentInfo::ServiceDocumentInfo (const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
Copy constructor from other ServiceDocumentInfo.
[noexcept]
ServiceDocumentInfo::ServiceDocumentInfo (Esri::ArcGISRuntime::ServiceDocumentInfo &&other)
Move constructor from other ServiceDocumentInfo.
[noexcept]
ServiceDocumentInfo::~ServiceDocumentInfo ()
Destructor.
Esri::ArcGISRuntime::AntialiasingMode ServiceDocumentInfo::antialiasingMode () const
Returns the antialiasingMode of the service.
QString ServiceDocumentInfo::author() const
Returns the author of the service.
QString ServiceDocumentInfo::category() const
Returns the category of the service.
QString ServiceDocumentInfo::comments() const
Returns the comments of the service.
QStringList ServiceDocumentInfo::keywords() const
Returns the keywords of the service as a list of strings.
QString ServiceDocumentInfo::subject() const
Returns the subject of the service.
Esri::ArcGISRuntime::TextAntialiasingMode ServiceDocumentInfo::textAntialiasingMode () const
Returns the textAntialiasingMode of the service.
QString ServiceDocumentInfo::title() const
Returns the title of the service as a string.
[noexcept]
Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(Esri::ArcGISRuntime::ServiceDocumentInfo &&other)
Move operator from other ServiceDocumentInfo.
Esri::ArcGISRuntime::ServiceDocumentInfo &ServiceDocumentInfo::operator=(const Esri::ArcGISRuntime::ServiceDocumentInfo &other)
Assignment operator from other ServiceDocumentInfo.