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

Method getId

hi_scripting/scripting/scriptnode/api/NodeBase.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321juce::String NodeBase::getId() const
322{
323 return v_data[PropertyIds::ID].toString();
324}
325
326juce::UndoManager* NodeBase::getUndoManager(bool returnIfPending) const
327{

Callers 15

executeQueueMethod · 0.45
dumpMethod · 0.45
performMethod · 0.45
executeMethod · 0.45
getEncodedLocationMethod · 0.45
createAllNodesOnceMethod · 0.45
getListOfUsedNodeIdsMethod · 0.45
getFactoryListMethod · 0.45
getCachedIndexMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by 1

CProviderMethod · 0.36