MCPcopy Create free account
hub / github.com/KLayout/klayout / pan_up

Method pan_up

src/laybasic/laybasic/layLayoutViewBase.cc:4037–4041  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4035}
4036
4037void
4038LayoutViewBase::pan_up ()
4039{
4040 shift_window (1.0, 0.0, m_pan_distance);
4041}
4042
4043void
4044LayoutViewBase::pan_down ()

Callers 4

test_2Method · 0.80
menu_activatedMethod · 0.80
wheel_eventMethod · 0.80
wheel_eventMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_2Method · 0.64