| 91 | } |
| 92 | |
| 93 | virtual wf::geometry_t get_bounding_box() |
| 94 | { |
| 95 | if (auto view = _view.lock()) |
| 96 | { |
| 97 | return view->get_transformed_node()->get_bounding_box(); |
| 98 | } |
| 99 | |
| 100 | return {0, 0, 0, 0}; |
| 101 | } |
| 102 | }; |
| 103 | |
| 104 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected