MCPcopy Create free account
hub / github.com/SpartanJ/eepp / beginAttributesTransaction

Method beginAttributesTransaction

src/eepp/ui/uiwidget.cpp:1330–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328}
1329
1330void UIWidget::beginAttributesTransaction() {
1331 mAttributesTransactionCount++;
1332}
1333
1334void UIWidget::endAttributesTransaction() {
1335 mAttributesTransactionCount--;

Callers 4

updateLayoutMethod · 0.80
onStateChangeMethod · 0.80
updateLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected