| 246 | } |
| 247 | |
| 248 | widget::Widget* RackWidget::getCableContainer() { |
| 249 | return internal->cableContainer; |
| 250 | } |
| 251 | |
| 252 | math::Vec RackWidget::getMousePos() { |
| 253 | return internal->mousePos; |
nothing calls this directly
no outgoing calls
no test coverage detected