* Returns the string displayed on screen. * @return Text string. */
| 175 | * @return Text string. |
| 176 | */ |
| 177 | std::wstring Text::getText() const |
| 178 | { |
| 179 | return _text; |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Enables/disables text wordwrapping. When enabled, lines of |
no outgoing calls
no test coverage detected