| 58 | } |
| 59 | |
| 60 | void GuiComponent::setPosition(const Eigen::Vector3f& offset) |
| 61 | { |
| 62 | mPosition = offset; |
| 63 | onPositionChanged(); |
| 64 | } |
| 65 | |
| 66 | void GuiComponent::setPosition(float x, float y, float z) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected