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

Method clear

hi_scripting/scripting/api/FixLayoutObjects.cpp:675–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void ObjectReference::clear()
676{
677 if (isValid())
678 {
679 for (auto l : layout)
680 l->resetToDefaultValue(data);
681 }
682}
683
684hise::fixobj::ObjectReference& ObjectReference::operator=(const ObjectReference& other)
685{

Callers 3

initMethod · 0.45
fillMethod · 0.45
removeElementMethod · 0.45

Calls 3

varFunction · 0.85
resetToDefaultValueMethod · 0.80
isValidFunction · 0.50

Tested by

no test coverage detected