| 121 | virtual std::string GetTitleLabel() const { return Name(); } |
| 122 | virtual bool HasTitleBar() const { return true; } |
| 123 | static float TitleBarHeight() { return mTitleBarHeight; } |
| 124 | static ofColor GetColor(ModuleCategory type); |
| 125 | virtual void SetEnabled(bool enabled) {} |
| 126 | virtual bool IsEnabled() const { return true; } |
no outgoing calls
no test coverage detected