* Returns the facility the mouse is currently over. * @return Pointer to base facility (0 if none). */
| 123 | * @return Pointer to base facility (0 if none). |
| 124 | */ |
| 125 | BaseFacility *BaseView::getSelectedFacility() const |
| 126 | { |
| 127 | return _selFacility; |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * Prevents any mouseover bugs on dismantling base facilities before setBase has had time to update the base. |
no outgoing calls
no test coverage detected