RenderingRuleInfo Class
Metadata about a rendering rule on the image service. More...
Header: | #include <RenderingRuleInfo> |
Since: | Esri::ArcGISRuntime 100.1 |
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
RenderingRuleInfo(Esri::ArcGISRuntime::RenderingRuleInfo &&other) | |
RenderingRuleInfo(const Esri::ArcGISRuntime::RenderingRuleInfo &other) | |
RenderingRuleInfo(const QString &name) | |
RenderingRuleInfo() | |
Esri::ArcGISRuntime::RenderingRuleInfo & | operator=(Esri::ArcGISRuntime::RenderingRuleInfo &&other) |
Esri::ArcGISRuntime::RenderingRuleInfo & | operator=(const Esri::ArcGISRuntime::RenderingRuleInfo &other) |
~RenderingRuleInfo() | |
QString | description() const |
QString | help() const |
bool | isEmpty() const |
QString | name() const |
Detailed Description
Read-only information such as description, name, and help about the rendering rule.
Member Function Documentation
RenderingRuleInfo::RenderingRuleInfo(Esri::ArcGISRuntime::RenderingRuleInfo &&other)
Move constructor from other RenderingRuleInfo.
RenderingRuleInfo::RenderingRuleInfo(const Esri::ArcGISRuntime::RenderingRuleInfo &other)
Copy constructor from other RenderingRuleInfo.
RenderingRuleInfo::RenderingRuleInfo(const QString &name)
Creates a RenderingRuleInfo with the given name.
Name corresponds to the predefined rendering rule names on the image service.
RenderingRuleInfo::RenderingRuleInfo()
Default constructor. Creates an empty RenderingRuleInfo.
Esri::ArcGISRuntime::RenderingRuleInfo &RenderingRuleInfo::operator=(Esri::ArcGISRuntime::RenderingRuleInfo &&other)
Move operator from other RenderingRuleInfo.
Esri::ArcGISRuntime::RenderingRuleInfo &RenderingRuleInfo::operator=(const Esri::ArcGISRuntime::RenderingRuleInfo &other)
Assignment operator from other RenderingRuleInfo.
RenderingRuleInfo::~RenderingRuleInfo()
Destructor.
QString RenderingRuleInfo::description() const
Returns the description of a rendring rule.
QString RenderingRuleInfo::help() const
Returns the help of a rendering rule.
bool RenderingRuleInfo::isEmpty() const
Returns if
this RenderingRuleInfo is empty.
QString RenderingRuleInfo::name() const
Returns the name of a rendering rule.