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

Method GetTypeName

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

Source from the content-addressed store, hash-verified

145 void RemovePatchCableSource(PatchCableSource* source);
146 bool TestClick(float x, float y, bool right, bool testOnly = false) override;
147 std::string GetTypeName() const { return mTypeName; }
148 ModuleCategory GetModuleCategory() const { return mModuleCategory; }
149 virtual bool IsSingleton() const { return false; }
150 virtual bool CanBeDeleted() const { return (IsSingleton() ? false : true); }

Callers 10

DrawToFramebufferMethod · 0.80
OnMidiControlMethod · 0.80
DrawModuleMethod · 0.80
ButtonClickedMethod · 0.80
TextEntryCompleteMethod · 0.80
RefreshPresetFilesMethod · 0.80
FindValidTargetsMethod · 0.80
FindControlInfoMethod · 0.80
GetModuleTooltipMethod · 0.80
ButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected