MCPcopy Create free account
hub / github.com/comaps/comaps / IsVisible

Method IsVisible

libs/drape_frontend/selection_shape.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68bool 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
74std::optional<m2::PointD> SelectionShape::GetPixelPosition(ScreenBase const & screen, int zoomLevel) const
75{

Callers 9

SelectMethod · 0.45
UpdateMethod · 0.45
RenderMethod · 0.45
RenderDebugMethod · 0.45
AcceptMessageMethod · 0.45
AcceptMessageMethod · 0.45
EndUpdateOverlayTreeMethod · 0.45

Calls 1

GetStateMethod · 0.45

Tested by

no test coverage detected