| 66 | } |
| 67 | |
| 68 | bool SelectionShape::SelectionShape::IsVisible() const |
| 69 | { |
| 70 | auto const state = m_animation.GetState(); |
| 71 | return (state == ShowHideAnimation::STATE_VISIBLE || state == ShowHideAnimation::STATE_SHOW_DIRECTION); |
| 72 | } |
| 73 | |
| 74 | std::optional<m2::PointD> SelectionShape::GetPixelPosition(ScreenBase const & screen, int zoomLevel) const |
| 75 | { |
no test coverage detected