KiCad PCB EDA Suite
|
#include <pgm_base.h>
#include <layer_ids.h>
#include <settings/settings_manager.h>
#include <settings/color_settings.h>
#include <eeschema_settings.h>
#include "panel_eeschema_editing_options.h"
#include <widgets/ui_common.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 34 of file panel_eeschema_editing_options.cpp.
References KEEP_CENTER_ADJUST_ANGLE_RADIUS, KEEP_CENTER_ENDS_ADJUST_ANGLE, and KEEP_ENDPOINTS_OR_START_DIRECTION.
Referenced by PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings(), PANEL_EDIT_OPTIONS::loadFPSettings(), and PANEL_EDIT_OPTIONS::loadPCBSettings().
|
static |
Definition at line 51 of file panel_eeschema_editing_options.cpp.
References KEEP_CENTER_ADJUST_ANGLE_RADIUS, KEEP_CENTER_ENDS_ADJUST_ANGLE, and KEEP_ENDPOINTS_OR_START_DIRECTION.
Referenced by PANEL_EDIT_OPTIONS::TransferDataFromWindow(), and PANEL_EESCHEMA_EDITING_OPTIONS::TransferDataFromWindow().