| 343 | } |
| 344 | |
| 345 | void Window::animateStop(Widget* _widget, ControllerItem* _controller) |
| 346 | { |
| 347 | if (mAnimateSmooth) |
| 348 | { |
| 349 | ControllerManager::getInstance().removeItem(this); |
| 350 | mAnimateSmooth = false; |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | void Window::setVisible(bool _visible) |
| 355 | { |
nothing calls this directly
no test coverage detected