40 wxFont infoFont = wxSystemSettings::GetFont( wxSYS_DEFAULT_GUI_FONT );
41 infoFont.SetSymbolicSize( wxFONTSIZE_SMALL );
KIGFX::SCH_VIEW * GetView() const override
Return a pointer to the #VIEW instance used in the panel.
GAL_OPTIONS_PANEL * m_galOptsPanel
wxCheckBox * m_checkCrossProbeCenter
void UpdateAllItems(int aUpdateFlags)
Update all items in the view according to the given flags.
bool draw_selected_children
wxStaticText * m_highlightColorNote
KIGFX::SCH_RENDER_SETTINGS * GetRenderSettings()
Schematic editor (Eeschema) main window.
wxCheckBox * m_checkPageLimits
wxCheckBox * m_checkCrossProbeZoom
EESCHEMA_SETTINGS * eeconfig() const
Item needs to be redrawn.
PANEL_EESCHEMA_DISPLAY_OPTIONS(SCH_EDIT_FRAME *aFrame, wxWindow *aWindow)
wxSpinCtrlDouble * m_selWidthCtrl
bool TransferDataToWindow() override
Load the panel controls from the given opt.
wxCheckBox * m_checkSelFillShapes
SCH_DRAW_PANEL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
wxCheckBox * m_checkShowHiddenFields
wxBoxSizer * m_galOptionsSizer
wxCheckBox * m_checkShowHiddenPins
virtual void Refresh(bool aEraseBackground=true, const wxRect *aRect=NULL) override
Update the board display after modifying it by a python script (note: it is automatically called by a...
bool zoom_to_fit
Zoom to fit items (ignored if center_on_items is off)
bool auto_highlight
Automatically turn on highlight mode in the target frame.
constexpr ret_type KiROUND(fp_type v)
Round a floating point number to an integer using "round halfway cases away from zero".
wxCheckBox * m_checkSelDrawChildItems
CROSS_PROBING_SETTINGS m_CrossProbing
bool TransferDataFromWindow() override
bool center_on_items
Automatically pan to cross-probed items.
Class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE.
wxCheckBox * m_checkCrossProbeAutoHighlight
wxCheckBox * m_checkSelTextBox
bool TransferDataToWindow() override
void MarkDirty()
Force redraw of view on the next rendering.
void SetShowPageLimits(bool aDraw)
bool TransferDataFromWindow() override
Read the options set in the UI into the given options object.