* @brief Gets a value indicating whether edits are enabled or not * * "enable_edits" will change this value. */
| 2275 | * "enable_edits" will change this value. |
| 2276 | */ |
| 2277 | bool edits_enabled () const |
| 2278 | { |
| 2279 | return m_disabled_edits <= 0; |
| 2280 | } |
| 2281 | |
| 2282 | /** |
| 2283 | * @brief Rename the given cellview to the given name |
no outgoing calls
no test coverage detected