| 132 | EventType GetType() const override { return UserEvent::EventType::Scale; } |
| 133 | |
| 134 | double GetFactor() const { return m_factor; } |
| 135 | m2::PointD const & GetPxPoint() const { return m_pxPoint; } |
| 136 | bool IsAnim() const { return m_isAnim; } |
| 137 |
no outgoing calls
no test coverage detected