MCPcopy Create free account
hub / github.com/ElementsProject/elements / setEnabled

Method setEnabled

src/qt/bitcoinamountfield.cpp:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void BitcoinAmountField::setEnabled(bool fEnabled)
331{
332 amount->setEnabled(fEnabled);
333 unit->setEnabled(fEnabled);
334}
335
336bool BitcoinAmountField::validate()
337{

Callers 15

showMenuMethod · 0.45
updateLabelsMethod · 0.45
updateViewMethod · 0.45
contextualMenuMethod · 0.45
createActionsMethod · 0.45
createMenuBarMethod · 0.45
setWalletControllerMethod · 0.45
createTrayIconMenuMethod · 0.45
showEventMethod · 0.45

Calls

no outgoing calls

Tested by 2

ConfirmSendFunction · 0.36
BumpFeeFunction · 0.36