* @brief Cancel any pending operations * * This event is sent whenever a pending operation such as * a move operation should be canceled. */
| 343 | * a move operation should be canceled. |
| 344 | */ |
| 345 | virtual void edit_cancel () |
| 346 | { |
| 347 | // .. by default, nothing is implemented .. |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * @brief Finishes any pending operations |
no outgoing calls
no test coverage detected