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 301 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::FIND_REPLACE_EXTRA::replace_references |
Definition at line 308 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 303 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 304 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 305 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 306 of file eeschema_settings.h.
Referenced by SCH_EDIT_FRAME::LoadSettings(), and SCH_EDIT_FRAME::SaveSettings().