! Sets the color of the text that will be used when the item is selected. */
| 28865 | Sets the color of the text that will be used when the item is selected. |
| 28866 | */ |
| 28867 | void QCPItemText::setSelectedColor(const QColor &color) |
| 28868 | { |
| 28869 | mSelectedColor = color; |
| 28870 | } |
| 28871 | |
| 28872 | /*! |
| 28873 | Sets the pen that will be used do draw a rectangular border around the text. To disable the |
nothing calls this directly
no outgoing calls
no test coverage detected