| 153 | void ComputeSliders(int samplesIn); |
| 154 | void SetOwningContainer(ModuleContainer* container) { mOwningContainer = container; } |
| 155 | ModuleContainer* GetOwningContainer() const { return mOwningContainer; } |
| 156 | virtual ModuleContainer* GetContainer() { return nullptr; } |
| 157 | void SetShouldDrawOutline(bool should) { mShouldDrawOutline = should; } |
| 158 | ofVec2f GetMinimumDimensions(); |
no outgoing calls