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

Method GetSelected

src/widgets/KeyView.cpp:184–188  ·  view source on GitHub ↗

Returns the index of the selected node

Source from the content-addressed store, hash-verified

182// Returns the index of the selected node
183//
184int
185KeyView::GetSelected() const
186{
187 return LineToIndex(GetSelection());
188}
189
190//
191// Returns the name of the control

Callers 15

PromptForPresetForMethod · 0.45
OnPaintMethod · 0.45
BeginChangeFocusMethod · 0.45
EndChangeFocusMethod · 0.45
GetNameMethod · 0.45
GetStateMethod · 0.45
GetValueMethod · 0.45
DrawMethod · 0.45
ApplyMethod · 0.45
ApplyMethod · 0.45
SendTracksMethod · 0.45

Calls

no outgoing calls

Tested by 2

BrushHandleHitTestFunction · 0.36
DrawClipSpectrumFunction · 0.36