![]() |
KiCad PCB EDA Suite
|
Cross-probing behavior. More...
#include <app_settings.h>
Public Attributes | |
bool | center_on_items |
Automatically pan to cross-probed items. More... | |
bool | zoom_to_fit |
Zoom to fit items (ignored if center_on_items is off) More... | |
bool | auto_highlight |
Automatically turn on highlight mode in the target frame. More... | |
Cross-probing behavior.
Definition at line 30 of file app_settings.h.
bool CROSS_PROBING_SETTINGS::auto_highlight |
Automatically turn on highlight mode in the target frame.
Definition at line 34 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), SCH_EDIT_FRAME::ExecuteRemoteCommand(), PCB_EDIT_FRAME::ExecuteRemoteCommand(), PANEL_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_DISPLAY_OPTIONS::TransferDataToWindow(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataToWindow().
bool CROSS_PROBING_SETTINGS::center_on_items |
Automatically pan to cross-probed items.
Definition at line 32 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PCB_EDIT_FRAME::ExecuteRemoteCommand(), SCH_EDITOR_CONTROL::FindComponentAndItem(), PANEL_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_DISPLAY_OPTIONS::TransferDataToWindow(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataToWindow().
bool CROSS_PROBING_SETTINGS::zoom_to_fit |
Zoom to fit items (ignored if center_on_items is off)
Definition at line 33 of file app_settings.h.
Referenced by APP_SETTINGS_BASE::APP_SETTINGS_BASE(), PCB_EDIT_FRAME::ExecuteRemoteCommand(), SCH_EDITOR_CONTROL::FindComponentAndItem(), PANEL_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_DISPLAY_OPTIONS::TransferDataToWindow(), and PANEL_EESCHEMA_DISPLAY_OPTIONS::TransferDataToWindow().