bool GetAutoplaceJustify() const
void SetUserUnits(EDA_UNITS_T aUnits)
void SetForceHVLines(bool aForceHVdirection)
void SetRepeatDeltaLabel(int aDelta)
Sets the repeat delta label value for repeat command.
void SetAutoplaceAlign(bool aEnable)
bool GetShowFootprintPreviews() const
Schematic editor (Eeschema) main window.
wxCheckBox * m_checkAutoplaceAlign
bool GetAutoplaceFields() const
void SetAutoplaceJustify(bool aEnable)
void SetDragActionIsMove(bool aValue)
Class PANEL_EESCHEMA_SETTINGS_BASE.
void SaveProjectSettings(bool aAskForSave) override
Save changes to the project settings to the project (.pro) file.
wxCheckBox * m_mouseDragIsDrag
bool TransferDataFromWindow() override
wxTextCtrl * m_vPitchCtrl
void SetDefaultTextSize(int aTextSize)
wxCheckBox * m_checkAutoplaceFields
bool GetForceHVLines() const
bool GetDragActionIsMove() const
PANEL_EESCHEMA_SETTINGS(SCH_EDIT_FRAME *aFrame, wxWindow *aWindow)
const wxPoint GetRepeatStep() const
wxTextCtrl * m_hPitchCtrl
void SetShowFootprintPreviews(bool aEnable)
wxSpinCtrl * m_spinRepeatLabel
wxCheckBox * m_checkAutoplaceJustify
EDA_UNITS_T GetUserUnits() const
Return the user units currently in use.
void SetAutoplaceFields(bool aEnable)
wxCheckBox * m_footprintPreview
int GetRepeatDeltaLabel() const
void SetRepeatStep(const wxPoint &aStep)
Sets the repeat step value for repeat command.
bool TransferDataToWindow() override
wxTextCtrl * m_textSizeCtrl
bool GetAutoplaceAlign() const
BASE_SCREEN class implementation.
wxCheckBox * m_checkHVOrientation
int GetDefaultTextSize()
Default size for text in general.
long long int ValueFromString(EDA_UNITS_T aUnits, const wxString &aTextValue, bool aUseMils)
Function ValueFromString converts aTextValue in aUnits to internal units used by the application.
wxString StringFromValue(EDA_UNITS_T aUnits, double aValue, bool aAddUnitSymbol, bool aUseMils)
Function StringFromValue returns the string from aValue according to units (inch, mm ....