The following members of class GraphicsOverlay 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) void | setSelectionColor(const QColor &color) |
Member Function Documentation
QColor GraphicsOverlay::selectionColor () const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Gets the selection color applied to selected graphics.
This function is deprecated in 100.4. Use selectionProperties instead.
See also setSelectionColor().
void GraphicsOverlay::setSelectionColor (const QColor &color)
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 color applied to selected graphics to color
This function is deprecated in 100.4. Use setSelectionProperties instead.
See also selectionColor().