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

Method Target

src/CellularPanel.cpp:1204–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1202}
1203
1204UIHandlePtr CellularPanel::Target()
1205{
1206 auto &state = *mState;
1207 if (state.mTargets.size())
1208 return state.mTargets[state.mTarget];
1209 else
1210 return {};
1211}
1212
1213wxCoord CellularPanel::MostRecentXCoord() const
1214{

Callers 3

StartPlayMethod · 0.80
DrawMethod · 0.80
findHitFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected