MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / setPreparing

Method setPreparing

Components/NetForwarderUI.cpp:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void
80NetForwarderUI::setPreparing(bool preparing)
81{
82 if (preparing)
83 this->spinner->start();
84 else
85 this->spinner->stop();
86}
87
88void
89NetForwarderUI::setForwardState(bool state)

Callers 3

setForwardStateMethod · 0.95
onToggleNetForwardMethod · 0.80
onNetReadyMethod · 0.80

Calls 2

startMethod · 0.45
stopMethod · 0.45

Tested by 2

onToggleNetForwardMethod · 0.64
onNetReadyMethod · 0.64