|
KiCad PCB EDA Suite
|
Contains preferences pertaining to the simulator. More...
Go to the source code of this file.
Classes | |
| struct | SIM_MOUSE_WHEEL_ACTION_SET |
| Contains the set of modified mouse wheel actions that can be performed on a simulator plot. More... | |
| struct | SIM_PREFERENCES |
| Contains preferences pertaining to the simulator. More... | |
Enumerations | |
| enum class | SIM_MOUSE_WHEEL_ACTION { NONE , PAN_LEFT_RIGHT , PAN_RIGHT_LEFT , PAN_UP_DOWN , ZOOM , ZOOM_HORIZONTALLY , ZOOM_VERTICALLY , COUNT } |
| Enumerates the possible mouse wheel actions that can be performed on simulator plots. More... | |
Contains preferences pertaining to the simulator.
Definition in file sim_preferences.h.
|
strong |
Enumerates the possible mouse wheel actions that can be performed on simulator plots.
| Enumerator | |
|---|---|
| NONE | |
| PAN_LEFT_RIGHT | |
| PAN_RIGHT_LEFT | |
| PAN_UP_DOWN | |
| ZOOM | |
| ZOOM_HORIZONTALLY | |
| ZOOM_VERTICALLY | |
| COUNT | |
Definition at line 37 of file sim_preferences.h.