| 308 | } |
| 309 | |
| 310 | void TextObject::setHorizontalAlignment(TextObject::HorizontalAlignment h_align) |
| 311 | { |
| 312 | this->h_align = h_align; |
| 313 | setOutputDirty(); |
| 314 | } |
| 315 | |
| 316 | void TextObject::setVerticalAlignment(TextObject::VerticalAlignment v_align) |
| 317 | { |
no outgoing calls
no test coverage detected