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

Method getPath

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

Source from the content-addressed store, hash-verified

240}
241
242snex::NamespacedIdentifier NodeBase::getPath() const
243{
244 auto t = getValueTree()[PropertyIds::FactoryPath].toString();
245 return NamespacedIdentifier::fromString(t.replace(".", "::"));
246}
247
248void NodeBase::setBypassed(bool shouldBeBypassed)
249{

Callers 15

initialiseMethod · 0.45
ConnectionEditorMethod · 0.45
paintMethod · 0.45
getLockedModNodeMethod · 0.45
BreadcrumbButtonMethod · 0.45
handlePopupMenuResultMethod · 0.45
isWrappableMethod · 0.45
ConnectionEditorMethod · 0.45
createPathMethod · 0.45
loadPathFromDataMethod · 0.45
paintMethod · 0.45

Calls 3

fromStringFunction · 0.85
toStringMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected