* @brief Indicates if any objects are selected */
| 365 | * @brief Indicates if any objects are selected |
| 366 | */ |
| 367 | virtual bool has_selection () |
| 368 | { |
| 369 | return false; |
| 370 | } |
| 371 | |
| 372 | /** |
| 373 | * @brief Indicates how many objects are selected |
no outgoing calls
no test coverage detected