37 m_hPitch( aFrame, m_hPitchLabel, m_hPitchCtrl, m_hPitchUnits ),
38 m_vPitch( aFrame, m_vPitchLabel, m_vPitchCtrl, m_vPitchUnits )
void SetSwatchColor(const KIGFX::COLOR4D &aColor, bool aSendEvent)
Set the current swatch color directly.
wxCheckBox * m_navigatorStaysOpen
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
int repeat_label_increment
wxCheckBox * m_mouseDragIsDrag
int default_repeat_offset_y
Schematic editor (Eeschema) main window.
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
void SetDefaultColor(const KIGFX::COLOR4D &aColor)
Sets the color that will be chosen with the "Reset to Default" button in the chooser.
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(long long 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
void SetSwatchBackground(const KIGFX::COLOR4D &aBackground)
Set the swatch background color.
COLOR4D default_sheet_border_color
bool TransferDataFromWindow() override
wxSpinCtrl * m_spinLabelRepeatStep
A color representation with 4 components: red, green, blue, alpha.