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

Method insert

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

Source from the content-addressed store, hash-verified

145}
146
147void StringArray::insert (int index, String newString)
148{
149 // NB: the local temp copy is to avoid a dangling pointer if the
150 // argument being passed-in is a reference into this array.
151 strings.insert (index, std::move (newString));
152}
153
154bool StringArray::addIfNotAlreadyThere (const String& newString, bool ignoreCase)
155{

Callers 15

setProgramInfoMethod · 0.45
setPitchNameMethod · 0.45
getStringMethod · 0.45
getGroupsForParameterMethod · 0.45
createOrderedNodeListMethod · 0.45
addTypeMethod · 0.45
addEventMethod · 0.45
updateMatchedPairsMethod · 0.45
addChildFunction · 0.45
performMethod · 0.45

Calls 1

moveFunction · 0.85

Tested by 1

pushBytesMethod · 0.36