The following members of QML type DictionaryRenderer are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
- textVisibilityMaxScale : double
(obsolete)
- textVisibilityMinScale : double
(obsolete)
- textVisible : bool
(obsolete)
Signals
- textVisibilityMaxScaleChanged()
(obsolete)
- textVisibilityMinScaleChanged()
(obsolete)
- textVisibleChanged()
(obsolete)
Property Documentation
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The maximum scale or distance for text in the symbol to be visible.
Use this property to apply scale dependency for the text in the symbols. Specify map scale in the case of 2D, and distance in meters in the case of 3D.
Note: This property is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The minimum scale or distance for text in the symbol to be visible.
Use this property to apply scale dependency for the text in the symbols. Specify map scale in the case of 2D, and distance in meters in the case of 3D.
Note: This property is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.
This property is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Whether text in the symbols will be visible.
The default is true
.
Note: This property is deprecated in 100.6. Use DictionarySymbolStyle::configurationProperties instead.
Signal Documentation
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the textVisibilityMaxScaleChanged property changes.
Note: The corresponding handler is onTextVisibilityMaxScaleChanged
.
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the textVisibilityMinScale property changes.
Note: The corresponding handler is onTextVisibilityMinScaleChanged
.
This signal is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Emitted when the textVisible property changes.
Note: The corresponding handler is onTextVisibleChanged
.