38 m_hPitch( aFrame, m_hPitchLabel, m_hPitchCtrl, m_hPitchUnits ),
39 m_vPitch( aFrame, m_vPitchLabel, m_vPitchCtrl, m_vPitchUnits )
wxCheckBox * m_navigatorStaysOpen
void SetSwatchColor(KIGFX::COLOR4D aColor, bool aSendEvent)
Set the current swatch color directly.
KIGFX::COLOR4D GetSwatchColor() const
COLOR4D default_sheet_background_color
void SaveProjectSettings() override
Save changes to the project settings to the project (.pro) file.
wxCheckBox * m_footprintPreview
void SetDefaultColor(KIGFX::COLOR4D aColor)
Sets the color that will be chosen with the "Reset to Default" button in the chooser.
int repeat_label_increment
wxCheckBox * m_mouseDragIsDrag
int default_repeat_offset_y
Schematic editor (Eeschema) main window.
void SetSwatchBackground(KIGFX::COLOR4D aBackground)
Set the swatch background color.
bool navigator_stays_open
wxCheckBox * m_cbAutoStartWires
wxCheckBox * m_checkHVOrientation
wxCheckBox * m_cbPinSelectionOpt
bool TransferDataToWindow() override
EESCHEMA_SETTINGS * eeconfig() const
Class PANEL_EESCHEMA_EDITING_OPTIONS_BASE.
wxSimplebook * m_leftClickCmdsBook
bool select_pin_selects_symbol
AUTOPLACE_FIELDS m_AutoplaceFields
COLOR_SWATCH * m_borderColorSwatch
wxCheckBox * m_checkAutoplaceJustify
COLOR_SWATCH * m_backgroundColorSwatch
COLOR_SETTINGS * GetColorSettings() const override
Returns a pointer to the active color theme settings.
int default_repeat_offset_x
COLOR4D GetColor(int aLayer) const
wxCheckBox * m_checkAutoplaceFields
virtual void SetValue(int aValue)
Set new value (in Internal Units) for the text field, taking care of units conversion.
virtual long long int GetValue()
Return the current value in Internal Units.
Color settings are a bit different than most of the settings objects in that there can be more than o...
PANEL_EESCHEMA_EDITING_OPTIONS(SCH_EDIT_FRAME *aFrame, wxWindow *aWindow)
wxCheckBox * m_checkAutoplaceAlign
COLOR4D default_sheet_border_color
bool TransferDataFromWindow() override
wxSpinCtrl * m_spinLabelRepeatStep
A color representation with 4 components: red, green, blue, alpha.