| 163 | } |
| 164 | |
| 165 | void setMessageModal(bool _value) |
| 166 | { |
| 167 | if (_value) |
| 168 | InputManager::getInstance().addWidgetModal(mMainWidget); |
| 169 | else |
| 170 | InputManager::getInstance().removeWidgetModal(mMainWidget); |
| 171 | } |
| 172 | |
| 173 | /** Static method for creating message with one command |
| 174 | @param |
no test coverage detected