Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/christophhart/HISE
/ remove
Method
remove
hi_scripting/scripting/api/FixLayoutObjects.cpp:1332–1340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1330
}
1331
1332
bool Stack::remove(var obj)
1333
{
1334
auto idx = indexOf(obj);
1335
1336
if (idx != -1)
1337
return removeElement(idx);
1338
1339
return false;
1340
}
1341
1342
bool Stack::removeElement(int index)
1343
{
Callers
15
toggleBreakpoint
Method · 0.45
clearUnusedData
Method · 0.45
findLassoItemsInArea
Method · 0.45
recompiledOk
Method · 0.45
refreshConnection
Method · 0.45
removeUnconnectedSlots
Method · 0.45
cleanup
Method · 0.45
addOSCTarget
Method · 0.45
getBestProjectDll
Method · 0.45
getNetworkFiles
Method · 0.45
runPostInitFunctions
Method · 0.45
removeError
Method · 0.45
Calls
1
indexOf
Function · 0.50
Tested by
1
testingUnorderedStack
Method · 0.36