* @brief Accessor to the widget object pointer */
| 375 | * @brief Accessor to the widget object pointer |
| 376 | */ |
| 377 | ViewObjectUI *widget () const |
| 378 | { |
| 379 | return const_cast<ViewObjectUI *> (mp_widget.get()); |
| 380 | } |
| 381 | |
| 382 | /** |
| 383 | * @brief Set the visibility state of the view object |
no test coverage detected