* @brief Clears the previous selection state * * This method is used by the single-point selection cycling protocol to clear the * plugin's single-point selection state. The cycling protocol is used when a certain * point is clicked at multiple times. A plugin is supposed to remember such selections and * exclude them from further checks. If all objects in question are selecte
| 230 | * the previous selection should be cleared and a new cycle is about to begin |
| 231 | */ |
| 232 | virtual void clear_previous_selection () |
| 233 | { |
| 234 | // .. nothing yet .. |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * @brief "select" operation |
no outgoing calls
no test coverage detected