MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / remove

Method remove

JuceLibraryCode/modules/juce_core/text/juce_StringArray.cpp:223–226  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

221
222//==============================================================================
223void StringArray::remove (int index)
224{
225 strings.remove (index);
226}
227
228void StringArray::removeString (StringRef stringToRemove, bool ignoreCase)
229{

Callers 15

download_grand_pianoFunction · 0.45
removeRequestWithIdMethod · 0.45
removeListenerFunction · 0.45
removeListenerFunction · 0.45
getAvailableDevicesMethod · 0.45
removeListenerFunction · 0.45
removeListenerMethod · 0.45
removeListenerMethod · 0.45
~SharedObjectFunction · 0.45
removePropertyFunction · 0.45
removeAllPropertiesFunction · 0.45
removeChildFunction · 0.45

Calls

no outgoing calls

Tested by 1

download_grand_pianoFunction · 0.36