Home
last modified time | relevance | path

Searched refs:FRAME_FOOTPRINT_EDITOR (Results 1 – 21 of 21) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dframe_type.h41 FRAME_FOOTPRINT_EDITOR, enumerator
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_push_pad_properties.cpp53 if( aParent->IsType( FRAME_FOOTPRINT_EDITOR ) ) in DIALOG_PUSH_PAD_PROPERTIES()
H A Ddialog_rule_area_properties.cpp78 bool fpEditorMode = m_parent->IsType( FRAME_FOOTPRINT_EDITOR ); in DIALOG_RULE_AREA_PROPERTIES()
H A Dpanel_fp_lib_table.cpp1119 auto editor = (FOOTPRINT_EDIT_FRAME*) aKiway->Player( FRAME_FOOTPRINT_EDITOR, false ); in InvokePcbLibTableEditor()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/tools/
H A Dkicad_manager_actions.cpp88 BITMAPS::icon_modedit_24, AF_NONE, (void*) FRAME_FOOTPRINT_EDITOR );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/
H A Dpcbnew.cpp98 case FRAME_FOOTPRINT_EDITOR: in CreateWindow()
H A Dload_select_footprint.cpp337 bool keepUUID = IsType( FRAME_FOOTPRINT_EDITOR ); in loadFootprint()
H A Dboard_commit.cpp60 m_isFootprintEditor = aFrame->IsType( FRAME_FOOTPRINT_EDITOR ); in BOARD_COMMIT()
H A Dpcb_edit_frame.cpp1653 auto editor = (FOOTPRINT_EDIT_FRAME*) Kiway().Player( FRAME_FOOTPRINT_EDITOR, true ); in ShowFootprintPropertiesDialog()
1663 auto editor = (FOOTPRINT_EDIT_FRAME*) Kiway().Player( FRAME_FOOTPRINT_EDITOR, true ); in ShowFootprintPropertiesDialog()
H A Dfootprint_edit_frame.cpp112 PCB_BASE_EDIT_FRAME( aKiway, aParent, FRAME_FOOTPRINT_EDITOR, wxEmptyString, in BEGIN_EVENT_TABLE()
H A Dfootprint_libraries_utils.cpp594 auto editor = (FOOTPRINT_EDIT_FRAME*) Kiway().Player( FRAME_FOOTPRINT_EDITOR, false ); in AddLibrary()
H A Dfootprint.cpp934 || aFrame->IsType( FRAME_FOOTPRINT_EDITOR ) ) in GetMsgPanelInfo()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dsingle_top.cpp337 { wxT( "fpedit" ), FRAME_FOOTPRINT_EDITOR }, in IMPLEMENT_APP()
H A Dkiway.cpp333 case FRAME_FOOTPRINT_EDITOR: in KifaceType()
H A Deda_draw_frame.cpp770 FRAME_PCB_EDITOR, FRAME_FOOTPRINT_EDITOR, in saveCanvasTypeSetting()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/
H A Dproject_tree_item.cpp248 kiway.ExpressMail( FRAME_FOOTPRINT_EDITOR, MAIL_FP_EDIT, packet ); in Activate()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dpcb_control.cpp101 if( m_frame->IsType( FRAME_FOOTPRINT_EDITOR ) || m_frame->IsType( FRAME_PCB_EDITOR ) ) in AddLibrary()
735 if( !frame()->IsType( FRAME_FOOTPRINT_EDITOR ) && !frame()->IsType( FRAME_PCB_EDITOR ) ) in Paste()
749 bool isFootprintEditor = m_isFootprintEditor || frame()->IsType( FRAME_FOOTPRINT_EDITOR ); in Paste()
H A Dconvert_tool.cpp182 bool isFootprint = m_frame->IsType( FRAME_FOOTPRINT_EDITOR ); in CreatePolys()
H A Dboard_editor_control.cpp1511 auto editor = (FOOTPRINT_EDIT_FRAME*) editFrame->Kiway().Player( FRAME_FOOTPRINT_EDITOR, true ); in EditFpInFpEditor()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/tool/
H A Dactions.cpp588 BITMAPS::module_editor, AF_NONE, (void*) FRAME_FOOTPRINT_EDITOR );
H A Dcommon_tools.cpp344 || frame->IsType( FRAME_FOOTPRINT_EDITOR ) ) in doZoomFit()