Home
last modified time | relevance | path

Searched refs:OnSeverity (Results 1 – 12 of 12) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/dialogs/
H A Ddialog_footprint_checker_base.cpp108 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in DIALOG_FOOTPRINT_CHECKER_BASE()
109 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in DIALOG_FOOTPRINT_CHECKER_BASE()
110 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in DIALOG_FOOTPRINT_CHECKER_BASE()
111 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in DIALOG_FOOTPRINT_CHECKER_BASE()
124 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in ~DIALOG_FOOTPRINT_CHECKER_BASE()
125 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in ~DIALOG_FOOTPRINT_CHECKER_BASE()
126 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in ~DIALOG_FOOTPRINT_CHECKER_BASE()
127 …CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_FOOTPRINT_CHECKER_BASE::OnSeverity ), NULL, this ); in ~DIALOG_FOOTPRINT_CHECKER_BASE()
H A Ddialog_drc_base.cpp227 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in DIALOG_DRC_BASE()
228 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in DIALOG_DRC_BASE()
229 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in DIALOG_DRC_BASE()
230 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in DIALOG_DRC_BASE()
252 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_DRC_BASE()
253 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_DRC_BASE()
254 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_DRC_BASE()
255 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_DRC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_DRC_BASE()
H A Ddialog_footprint_checker.h55 void OnSeverity( wxCommandEvent& aEvent ) override;
H A Ddialog_footprint_checker_base.h62 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); } in OnSeverity() function
H A Ddialog_drc.h82 void OnSeverity( wxCommandEvent& aEvent ) override;
H A Ddialog_drc_base.h92 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); } in OnSeverity() function
H A Ddialog_footprint_checker.cpp269 void DIALOG_FOOTPRINT_CHECKER::OnSeverity( wxCommandEvent& aEvent ) in OnSeverity() function in DIALOG_FOOTPRINT_CHECKER
H A Ddialog_drc.cpp607 void DIALOG_DRC::OnSeverity( wxCommandEvent& aEvent ) in OnSeverity() function in DIALOG_DRC
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_erc_base.cpp138 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in DIALOG_ERC_BASE()
139 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in DIALOG_ERC_BASE()
140 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in DIALOG_ERC_BASE()
141 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in DIALOG_ERC_BASE()
156 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_ERC_BASE()
157 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_ERC_BASE()
158 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_ERC_BASE()
159 …wxEVT_COMMAND_CHECKBOX_CLICKED, wxCommandEventHandler( DIALOG_ERC_BASE::OnSeverity ), NULL, this ); in ~DIALOG_ERC_BASE()
H A Ddialog_erc.h67 void OnSeverity( wxCommandEvent& aEvent ) override;
H A Ddialog_erc_base.h78 virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); } in OnSeverity() function
H A Ddialog_erc.cpp704 void DIALOG_ERC::OnSeverity( wxCommandEvent& aEvent ) in OnSeverity() function in DIALOG_ERC