* Changes the base that is currently selected on * the mini base view. * @param base ID of base. */
| 82 | * @param base ID of base. |
| 83 | */ |
| 84 | void MiniBaseView::setSelectedBase(size_t base) |
| 85 | { |
| 86 | _base = base; |
| 87 | _redraw = true; |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Draws the view of all the bases with facilities |
no outgoing calls
no test coverage detected