* @brief Enable or disable edit operations * * This method is called when the client code wishes to (temporarily) enable to disable * user functions that may cause an edit operation. This method can be reimplemented to * disable menu entries etc. */
| 712 | * disable menu entries etc. |
| 713 | */ |
| 714 | virtual void enable_edits (bool /*enable*/) |
| 715 | { |
| 716 | // .. nothing yet .. |
| 717 | } |
| 718 | |
| 719 | protected: |
| 720 | /** |
no outgoing calls
no test coverage detected