Obsolete Members for FeatureLayer

  • FeatureLayer
  • The following members of class FeatureLayer are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

    Public Functions

    (obsolete) QColor selectionColor() const
    (obsolete) double selectionWidth() const
    (obsolete) void setSelectionColor(const QColor &selectionColor)
    (obsolete) void setSelectionWidth(double selectionWidth)

    Member Function Documentation

    QColor FeatureLayer::selectionColor() const

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Returns the color to use for drawing a halo around selected features.

    Defaults to cyan color.

    This function is deprecated in 100.4. Use selectionProperties instead.

    See also setSelectionColor().

    double FeatureLayer::selectionWidth() const

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Returns the selection halo's width in DIPs.

    This function is deprecated in 100.4. There is no replacement for getting the selection width. Selection width will be removed in a future release.

    See also setSelectionWidth().

    void FeatureLayer::setSelectionColor(const QColor &selectionColor)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Sets the selectionColor to use for drawing a halo around selected features.

    Defaults to cyan color.

    This function is deprecated in 100.4. Use setSelectionProperties instead.

    See also selectionColor().

    void FeatureLayer::setSelectionWidth(double selectionWidth)

    This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

    Sets the selection halo's width to selectionWidth in DIPs.

    This function is deprecated in 100.4. There is no replacement for setting the selection width. Selection width will be removed in a future release.

    See also selectionWidth().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.