Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ PopUp
Method
PopUp
src/widgets/AButton.cpp:673–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
671
}
672
673
void AButton::PopUp()
674
{
675
if (mButtonIsDown) {
676
mButtonIsDown = false;
677
678
this->Refresh(false);
679
}
680
681
if (GetCapture()==this)
682
ReleaseMouse();
683
}
684
685
void AButton::Click()
686
{
Callers
10
MakeShareAudioButton
Method · 0.45
MakeGetEffectsButton
Method · 0.45
UpdateForStateChange
Method · 0.45
UpdateButtonStates
Method · 0.45
SetEffect
Method · 0.45
RealtimeEffectPanel
Method · 0.45
SetTrack
Method · 0.45
UpdateControls
Method · 0.45
Collapse
Method · 0.45
TryAutoCollapse
Method · 0.45
Calls
1
Refresh
Method · 0.45
Tested by
no test coverage detected