MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / TitleBarHeight

Method TitleBarHeight

Source/IDrawableModule.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 2

MouseMovedMethod · 0.80
MouseDraggedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected