| 112 | void SetDefaultStorage(); |
| 113 | |
| 114 | void SetInvalidateFn(InvalidateFn const & fn) { m_invalidateFn = fn; } |
| 115 | |
| 116 | void LoadEdits(); |
| 117 | /// Resets editor to initial state: no any edits or created/deleted features. |
no outgoing calls
no test coverage detected