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 109 of file common_settings.h.
int COMMON_SETTINGS::SPACEMOUSE::pan_speed |
Definition at line 112 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 114 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 115 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 113 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), and PANEL_SPACEMOUSE::TransferDataFromWindow().
bool COMMON_SETTINGS::SPACEMOUSE::reverse_zoom |
Definition at line 116 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 111 of file common_settings.h.
Referenced by PANEL_SPACEMOUSE::applySettingsToPanel(), and PANEL_SPACEMOUSE::TransferDataFromWindow().