| 454 | } |
| 455 | |
| 456 | void ItemBox::setVerticalAlignment(bool _vert) |
| 457 | { |
| 458 | if (mAlignVert == _vert) |
| 459 | return; |
| 460 | mAlignVert = _vert; |
| 461 | |
| 462 | mCountItemInLine = -1; |
| 463 | updateFromResize(); |
| 464 | } |
| 465 | |
| 466 | void ItemBox::notifyKeyButtonPressed(Widget* _sender, KeyCode _key, Char _char) |
| 467 | { |
no outgoing calls
no test coverage detected