! Sets options for text alignment and wrapping behaviour. \a flags is a bitwise OR-combination of \c Qt::AlignmentFlag and \c Qt::TextFlag enums. Possible enums are: - Qt::AlignLeft - Qt::AlignRight - Qt::AlignHCenter - Qt::AlignJustify - Qt::AlignTop - Qt::AlignBottom - Qt::AlignVCenter - Qt::AlignCenter - Qt::TextDontClip - Qt::TextSingleLine - Qt::TextExpandTabs
| 19064 | - Qt::TextIncludeTrailingSpaces |
| 19065 | */ |
| 19066 | void QCPTextElement::setTextFlags(int flags) |
| 19067 | { |
| 19068 | mTextFlags = flags; |
| 19069 | } |
| 19070 | |
| 19071 | /*! |
| 19072 | Sets the \a font of the text. |
nothing calls this directly
no outgoing calls
no test coverage detected