* Changes the currently displayed minimap level. * @param action Pointer to an action. */
| 149 | * @param action Pointer to an action. |
| 150 | */ |
| 151 | void MiniMapState::btnLevelDownClick(Action *) |
| 152 | { |
| 153 | std::wostringstream s; |
| 154 | s << _miniMapView->down (); |
| 155 | _txtLevel->setText(s.str()); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Animation handler. Updates the minimap view animation. |