| 625 | } |
| 626 | |
| 627 | void HyperTextBox::removeAllItems() |
| 628 | { |
| 629 | while (mStackPanel->getChildCount() != 0) |
| 630 | WidgetManager::getInstancePtr()->destroyWidget(mStackPanel->getChildAt(0)); |
| 631 | } |
| 632 | |
| 633 | size_t HyperTextBox::getItemsCount() const |
| 634 | { |
nothing calls this directly
no test coverage detected