KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
bool | search_all_fields |
bool | search_all_pins |
bool | search_current_sheet_only |
bool | search_selected_only |
bool | replace_references |
Definition at line 320 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::replace_references |
Definition at line 327 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::search_all_fields |
Definition at line 322 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::search_all_pins |
Definition at line 323 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::search_current_sheet_only |
Definition at line 324 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::EESCHEMA_SETTINGS(), SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::search_selected_only |
Definition at line 325 of file eeschema_settings.h.
Referenced by SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().