|
KiCad PCB EDA Suite
|
#include <common_settings.h>
Public Attributes | |
| int | rotate_speed |
| int | pan_speed |
| bool | reverse_rotate |
| bool | reverse_pan_x |
| bool | reverse_pan_y |
| bool | reverse_zoom |
Definition at line 102 of file common_settings.h.
| int COMMON_SETTINGS::SPACEMOUSE::pan_speed |
Definition at line 105 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), SPNAV_2D_PLUGIN::OnPan(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
| bool COMMON_SETTINGS::SPACEMOUSE::reverse_pan_x |
Definition at line 107 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), SPNAV_2D_PLUGIN::OnPan(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
| bool COMMON_SETTINGS::SPACEMOUSE::reverse_pan_y |
Definition at line 108 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), SPNAV_2D_PLUGIN::OnPan(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
| bool COMMON_SETTINGS::SPACEMOUSE::reverse_rotate |
Definition at line 106 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
| bool COMMON_SETTINGS::SPACEMOUSE::reverse_zoom |
Definition at line 109 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), SPNAV_2D_PLUGIN::OnPan(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
| int COMMON_SETTINGS::SPACEMOUSE::rotate_speed |
Definition at line 104 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), and PANEL_SPACEMOUSE::TransferDataFromWindow().