MCPcopy Create free account
hub / github.com/audacity/audacity / SetLabel

Method SetLabel

libraries/lib-label-track/LabelTrack.cpp:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void LabelTrack::SetLabel( size_t iLabel, const LabelStruct &newLabel )
186{
187 if( iLabel >= mLabels.size() ) {
188 wxASSERT( false );
189 mLabels.resize( iLabel + 1 );
190 }
191 mLabels[ iLabel ] = newLabel;
192}
193
194LabelTrack::~LabelTrack()
195{

Callers 5

StartStaticMethod · 0.45
StartScrollerMethod · 0.45
ShuttleGui.cppFile · 0.45
CreateStdButtonSizerFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected