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

Method IsDismiss

libs/drape_frontend/message_subclasses.hpp:544–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 FeatureID const & GetFeatureID() const { return m_featureID; }
543 bool IsAnim() const { return m_isAnim; }
544 bool IsDismiss() const { return m_isDismiss; }
545 bool IsGeometrySelectionAllowed() const { return m_isGeometrySelectionAllowed; }
546 bool IsSelectionShapeVisible() const { return m_isSelectionShapeVisible; }
547 bool ShouldRestoreViewport() const { return m_restoreViewport; }

Callers 2

AcceptMessageMethod · 0.80
ProcessSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected