| 838 | math::Vec getSize() { return {}; } |
| 839 | void setSize(math::Vec size) {} |
| 840 | widget::Widget* getParent() { return NULL; } |
| 841 | bool isVisible() { return false; } |
| 842 | void setVisible(bool visible) {} |
| 843 | void show() {} |
no outgoing calls
no test coverage detected