! Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight). */
| 28965 | Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight). |
| 28966 | */ |
| 28967 | void QCPItemText::setTextAlignment(Qt::Alignment alignment) |
| 28968 | { |
| 28969 | mTextAlignment = alignment; |
| 28970 | } |
| 28971 | |
| 28972 | /*! |
| 28973 | Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated |
nothing calls this directly
no outgoing calls
no test coverage detected