| 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; } |
no outgoing calls
no test coverage detected