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 266 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::replace_references |
Definition at line 273 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 268 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 269 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 270 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 271 of file eeschema_settings.h.
Referenced by SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().