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

Method pop_state

src/laybasic/laybasic/layLayoutViewBase.cc:3805–3812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3803}
3804
3805void
3806LayoutViewBase::pop_state ()
3807{
3808 if (m_display_state_ptr > 0) {
3809 m_display_states.erase (m_display_states.begin () + m_display_state_ptr, m_display_states.end ());
3810 --m_display_state_ptr;
3811 }
3812}
3813
3814void
3815LayoutViewBase::clear_states ()

Callers 1

mouse_move_eventMethod · 0.45

Calls 3

eraseMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected