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

Method SetTargetName

src/effects/RealtimeEffectStateUI.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void RealtimeEffectStateUI::SetTargetName(const wxString& targetName)
143{
144 mTargetName = targetName;
145 UpdateTitle();
146}
147
148RealtimeEffectStateUI& RealtimeEffectStateUI::Get(RealtimeEffectState& state)
149{

Callers 3

ToggleUiFunction · 0.80
OnOptionsClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected