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

Method Hide

libs/drape_frontend/selection_shape.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void SelectionShape::Hide()
61{
62 m_animation.Hide();
63 m_selectedObject = OBJECT_EMPTY;
64 m_recacheId++;
65 m_selectionGeometry.clear();
66}
67
68bool SelectionShape::SelectionShape::IsVisible() const
69{

Callers 3

OnSearchCompletedMethod · 0.45
ShowMethod · 0.45
ProcessSelectionMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected