Home
last modified time | relevance | path

Searched refs:m_lastProgressCount (Results 1 – 8 of 8) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/fabmaster/
H A Dimport_fabmaster.h63 m_lastProgressCount( 0 ), in FABMASTER()
588 unsigned m_lastProgressCount; variable
H A Dimport_fabmaster.cpp67 if( ++m_doneCount > m_lastProgressCount + PROGRESS_DELTA ) in checkpoint()
75 m_lastProgressCount = m_doneCount; in checkpoint()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/altium/
H A Daltium_pcb.h207 unsigned m_lastProgressCount; variable
H A Daltium_pcb.cpp319 m_lastProgressCount = 0; in ALTIUM_PCB()
335 if( ++m_doneCount > m_lastProgressCount + PROGRESS_DELTA ) in checkpoint()
343 m_lastProgressCount = m_doneCount; in checkpoint()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/plugins/eagle/
H A Deagle_plugin.h312 unsigned m_lastProgressCount; variable
H A Deagle_plugin.cpp279 m_lastProgressCount( 0 ), in EAGLE_PLUGIN()
318 if( ++m_doneCount > m_lastProgressCount + PROGRESS_DELTA ) in checkpoint()
326 m_lastProgressCount = m_doneCount; in checkpoint()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/eagle/
H A Dsch_eagle_plugin.h232 unsigned m_lastProgressCount; variable
H A Dsch_eagle_plugin.cpp356 m_lastProgressCount( 0 ), in SCH_EAGLE_PLUGIN()
402 if( ++m_doneCount > m_lastProgressCount + PROGRESS_DELTA ) in checkpoint()
410 m_lastProgressCount = m_doneCount; in checkpoint()