| 131 | bool IsWithinRect(const ofRectangle& rect); |
| 132 | bool IsVisible(); |
| 133 | std::vector<IDrawableModule*> GetChildren() const { return mChildren; } |
| 134 | virtual bool IsResizable() const { return false; } |
| 135 | virtual void Resize(float width, float height) { assert(false); } |
| 136 | bool IsHoveringOverResizeHandle() const { return mHoveringOverResizeHandle; } |
no outgoing calls
no test coverage detected