MCPcopy Create free account
hub / github.com/comaps/comaps / Scale

Method Scale

libs/map/framework.cpp:1117–1120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115} // namespace
1116
1117void Framework::Scale(EScaleMode mode, bool isAnim)
1118{
1119 Scale(ScaleModeToFactor(mode), isAnim);
1120}
1121
1122void Framework::Scale(Framework::EScaleMode mode, m2::PointD const & pxPoint, bool isAnim)
1123{

Callers 12

mainFunction · 0.45
eventMethod · 0.45
ScalePlusMethod · 0.45
ScaleMinusMethod · 0.45
ScalePlusLightMethod · 0.45
ScaleMinusLightMethod · 0.45
ScaleChangedMethod · 0.45
mouseDoubleClickEventMethod · 0.45
wheelEventMethod · 0.45
OnShowPositionClickedMethod · 0.45
OnBuildRouteReadyMethod · 0.45
ExpandRectForPreviewFunction · 0.45

Calls 2

ScaleFunction · 0.85
ScaleModeToFactorFunction · 0.85

Tested by

no test coverage detected