#include <gal/color4d.h>
#include <nlohmann/json_fwd.hpp>
#include <settings/json_settings.h>
#include <settings/grid_settings.h>
 
Go to the source code of this file.
 | 
| namespace   | KIGFX | 
|   | The Cairo implementation of the graphics abstraction layer. 
  | 
|   | 
◆ ARC_EDIT_MODE
Settings for arc editing. 
Used by pcbnew and footprint editor 
| Enumerator | 
|---|
| KEEP_CENTER_ADJUST_ANGLE_RADIUS  | When editing endpoints, the angle and radius are adjusted.  
When editing the midpoint, the radius is adjusted. When editing the center, the arcs is moved  
 | 
| KEEP_ENDPOINTS_OR_START_DIRECTION  | Whe editing endpoints, the other end remains in place.  
When editing the midpoint, both endpoints remain in place. When editing the center, the endpoints remain in place.  
 | 
| KEEP_CENTER_ENDS_ADJUST_ANGLE  | When editing endpoints, only the angle is adjusted.  
The midpoint adjusts only radius. When editing the center, the arc is moved.  
 | 
Definition at line 58 of file app_settings.h.