* Returns true if state is minimized. Otherwise returns false. * @return Is the dogfight minimized? */
| 1622 | * @return Is the dogfight minimized? |
| 1623 | */ |
| 1624 | bool DogfightState::isMinimized() const |
| 1625 | { |
| 1626 | return _minimized; |
| 1627 | } |
| 1628 | |
| 1629 | /** |
| 1630 | * Sets the state to minimized/maximized status. |
no outgoing calls
no test coverage detected