| 31 | virtual bool addTime(Widget* _widget, float _time) = 0; |
| 32 | |
| 33 | virtual void setProperty(std::string_view /*_key*/, std::string_view /*_value*/) |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | /** Event : Before controller started working.\n |
| 38 | signature : void method(MyGUI::Widget* _sender, MyGUI::ControllerItem* _controller)\n |
no outgoing calls
no test coverage detected