KiCad PCB EDA Suite
|
#include <pgm_base.h>
#include <string_utils.h>
#include <settings/settings_manager.h>
#include <pcbnew_settings.h>
#include <footprint_editor_settings.h>
#include <panel_edit_options.h>
Go to the source code of this file.
Functions | |
static int | arcEditModeToComboIndex (ARC_EDIT_MODE aMode) |
static ARC_EDIT_MODE | arcEditModeToEnum (int aIndex) |
|
static |
Definition at line 75 of file panel_edit_options.cpp.
References KEEP_CENTER_ADJUST_ANGLE_RADIUS, KEEP_CENTER_ENDS_ADJUST_ANGLE, and KEEP_ENDPOINTS_OR_START_DIRECTION.
|
static |
Definition at line 90 of file panel_edit_options.cpp.
References KEEP_CENTER_ADJUST_ANGLE_RADIUS, KEEP_CENTER_ENDS_ADJUST_ANGLE, and KEEP_ENDPOINTS_OR_START_DIRECTION.