! Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". \see setFont, setTextColor, setTextFlags */
| 19039 | \see setFont, setTextColor, setTextFlags |
| 19040 | */ |
| 19041 | void QCPTextElement::setText(const QString &text) |
| 19042 | { |
| 19043 | mText = text; |
| 19044 | } |
| 19045 | |
| 19046 | /*! |
| 19047 | Sets options for text alignment and wrapping behaviour. \a flags is a bitwise OR-combination of |
no outgoing calls
no test coverage detected