MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / start

Method start

Telegram/SourceFiles/statistics/chart_widget.cpp:632–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void ChartWidget::ChartAnimationController::start() {
633 if (!_animation.animating()) {
634 _animation.start();
635 }
636}
637
638void ChartWidget::ChartAnimationController::finish() {
639 _animation.stop();

Callers 10

FooterMethod · 0.45
setXPercentageLimitsMethod · 0.45
setupFooterMethod · 0.45
setupDetailsMethod · 0.45
processLocalZoomMethod · 0.45
setEnabledMethod · 0.45
paintZoomedMethod · 0.45
handleMouseMoveMethod · 0.45
setCheckedMethod · 0.45
shakeMethod · 0.45

Calls 1

animatingMethod · 0.45

Tested by

no test coverage detected