|
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 124 of file common_settings.h.
| int COMMON_SETTINGS::SPACEMOUSE::pan_speed |
Definition at line 127 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 129 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 130 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 128 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
| bool COMMON_SETTINGS::SPACEMOUSE::reverse_zoom |
Definition at line 131 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 126 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), and PANEL_SPACEMOUSE::TransferDataFromWindow().