38 m_schSettingsProvider( schSettingsProvider )
65 int annotateStartNum = 0;
99 ? ANNOTATE_ORDER_T::SORT_BY_Y_POSITION
100 : ANNOTATE_ORDER_T::SORT_BY_X_POSITION;
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap)
The base frame for deriving all KiCad main window classes.
PANEL_ANNOTATE m_AnnotatePanel
virtual void Load()
Updates the parameters of this object based on the current JSON document contents.
Class PANEL_EESCHEMA_ANNOTATION_OPTIONS_BASE.
wxStaticBitmap * annotate_right_down_bitmap
wxCheckBox * m_checkAutoAnnotate
wxRadioButton * m_rbSortBy_Y_Position
wxTextCtrl * m_textNumberAfter
wxRadioButton * m_rbFirstFree
wxRadioButton * m_rbSheetX100
wxRadioButton * m_rbSortBy_X_Position
wxRadioButton * m_rbSheetX1000
wxStaticBitmap * annotate_down_right_bitmap
void loadEEschemaSettings(EESCHEMA_SETTINGS *aCfg)
bool TransferDataFromWindow() override
EDA_BASE_FRAME * m_schSettingsProvider
void ResetPanel() override
Reset the contents of this panel.
bool TransferDataToWindow() override
PANEL_EESCHEMA_ANNOTATION_OPTIONS(wxWindow *aWindow, EDA_BASE_FRAME *schSettingsProvider)
virtual SETTINGS_MANAGER & GetSettingsManager() const
These are loaded from Eeschema settings but then overwritten by the project settings.
SCHEMATIC_SETTINGS & Settings() const
Schematic editor (Eeschema) main window.
SCHEMATIC & Schematic() const
T * GetAppSettings()
Returns a handle to the a given settings by type If the settings have already been loaded,...
KICOMMON_API long long int ValueFromString(const EDA_IU_SCALE &aIuScale, EDA_UNITS aUnits, const wxString &aTextValue, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE)
Function ValueFromString converts aTextValue in aUnits to internal units used by the application.
PGM_BASE & Pgm()
The global Program "get" accessor.