MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / removeRange

Method removeRange

JUCE/modules/juce_core/text/juce_StringArray.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void StringArray::removeRange (int startIndex, int numberToRemove)
249{
250 strings.removeRange (startIndex, numberToRemove);
251}
252
253//==============================================================================
254void StringArray::removeEmptyStrings (bool removeWhitespaceStrings)

Callers 15

panelFileOpenedMethod · 0.45
removeRangeOfGlyphsMethod · 0.45
clearMethod · 0.45
clearCachedIteratorsMethod · 0.45
removeMethod · 0.45
setMaxNumberOfItemsMethod · 0.45
setBufferSizeMethod · 0.45
handleAsyncUpdateFunction · 0.45
handleACKFromDeviceMethod · 0.45
removeCodeMethod · 0.45
updateFunction · 0.45
splitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected