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

Method PushDown

src/widgets/AButton.cpp:665–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665void AButton::PushDown()
666{
667 if (!mButtonIsDown) {
668 mButtonIsDown = true;
669 this->Refresh(false);
670 }
671}
672
673void AButton::PopUp()
674{

Callers 7

UpdateForStateChangeMethod · 0.45
SetEffectMethod · 0.45
RealtimeEffectPanelMethod · 0.45
SetTrackMethod · 0.45
UpdateControlsMethod · 0.45
ExpandMethod · 0.45
TryAutoExpandMethod · 0.45

Calls 1

RefreshMethod · 0.45

Tested by

no test coverage detected