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

Method SetEnabled

src/toolbars/ToolBarButtons.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void ToolBarButtons::SetEnabled(int id, bool state)
85{
86 mButtons[id]->SetEnabled(state);
87}
88
89void ToolBarButtons::SetCustomEnableDisableButtonsAction(std::function<void()> action)
90{

Callers 3

EnableDisableButtonsMethod · 0.45
PopulateMethod · 0.45
PopulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected