MCPcopy Create free account
hub / github.com/christophhart/HISE / setName

Method setName

hi_scripting/scripting/api/ScriptingBaseObjects.cpp:932–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932void DynamicScriptingObject::setName(const String& name_) noexcept
933{ name = name_; }
934
935} // namespace hise
936

Callers 15

onInitFunction · 0.45
showPopupForFileMethod · 0.45
buttonClickedMethod · 0.45
mouseUpMethod · 0.45
BroadcasterEntryMethod · 0.45
TargetEntryMethod · 0.45
mouseDownMethod · 0.45
SelectorMethod · 0.45
toggleProbeModeMethod · 0.45
mouseDownMethod · 0.45
editNodePropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected