MCPcopy Create free account
hub / github.com/ccMSC/ckb / on_delayBox_valueChanged

Method on_delayBox_valueChanged

src/ckb/animsettingdialog.cpp:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void AnimSettingDialog::on_delayBox_valueChanged(double arg1){
488 updateParam("delay");
489}
490
491void AnimSettingDialog::on_repeatBox_valueChanged(double arg1){
492 updateParam("repeat");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected