Default constructor. Creates an empty DrawingInfo.
DrawingInfo::DrawingInfo(const Esri::ArcGISRuntime::DrawingInfo &other)Copy constructor from other DrawingInfo.
[noexcept]
DrawingInfo::DrawingInfo(Esri::ArcGISRuntime::DrawingInfo &&other)
Move constructor from other DrawingInfo.
[noexcept]
DrawingInfo::~DrawingInfo()
Destructor.
bool DrawingInfo::isEmpty() constReturns true
if this DrawingInfo is empty.
Returns whether the sublayer renders its symbols based on scale.
A value of false
means the symbols stay the same size in screen units regardless of the map scale.
The default value is false
.
Returns true
if labels are shown.
Returns a list of LabelingInfo objects representing the labeling information associated with the sublayer.
Esri::ArcGISRuntime::Renderer *DrawingInfo::renderer(QObject *parent = nullptr) constReturns the renderer applied to the service layer.
Note: The parent is optional. If no parent is specified, then the source from which this DrawingInfo comes from (ArcGISFeatureLayerInfo) takes ownership of the returned renderer.
double DrawingInfo::transparency() constReturns transparency of this layer as a value between 0 (fully opaque) and 100 (fully transparent).
[noexcept]
Esri::ArcGISRuntime::DrawingInfo &DrawingInfo::operator=(Esri::ArcGISRuntime::DrawingInfo &&other)
Move operator from other DrawingInfo.
Esri::ArcGISRuntime::DrawingInfo &DrawingInfo::operator=(const Esri::ArcGISRuntime::DrawingInfo &other)Assignment operator from other DrawingInfo.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4