MCPcopy 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
673void AButton::PopUp()
674{
675 if (mButtonIsDown) {
676 mButtonIsDown = false;
677
678 this->Refresh(false);
679 }
680
681 if (GetCapture()==this)
682 ReleaseMouse();
683}
684
685void AButton::Click()
686{

Callers 10

MakeShareAudioButtonMethod · 0.45
MakeGetEffectsButtonMethod · 0.45
UpdateForStateChangeMethod · 0.45
UpdateButtonStatesMethod · 0.45
SetEffectMethod · 0.45
RealtimeEffectPanelMethod · 0.45
SetTrackMethod · 0.45
UpdateControlsMethod · 0.45
CollapseMethod · 0.45
TryAutoCollapseMethod · 0.45

Calls 1

RefreshMethod · 0.45

Tested by

no test coverage detected