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

Method SetTypeName

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

Source from the content-addressed store, hash-verified

135 virtual void Resize(float width, float height) { assert(false); }
136 bool IsHoveringOverResizeHandle() const { return mHoveringOverResizeHandle; }
137 void SetTypeName(std::string type, ModuleCategory category)
138 {
139 mTypeName = type;
140 mModuleCategory = category;
141 }
142 void SetTarget(IClickable* target);
143 void SetUpPatchCables(std::string targets);
144 void AddPatchCableSource(PatchCableSource* source);

Callers 5

InitMethod · 0.80
AddEffectMethod · 0.80
TitleBarMethod · 0.80
DropdownListMethod · 0.80
ResetLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected