| 73 | virtual void UpdateFixedBounds(); |
| 74 | |
| 75 | rect_t GetBounds() { return bounds; } |
| 76 | rect_t GetFixedBounds() { return fixedBounds; } |
| 77 | |
| 78 | virtual void SetBounds(rect_t bounds) { this->bounds = bounds; UpdateFixedBounds(); }; |
nothing calls this directly
no outgoing calls
no test coverage detected