KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE Class Referenceabstract

Class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE. More...

#include <panel_eeschema_display_options_base.h>

Inheritance diagram for PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE:
RESETTABLE_PANEL PANEL_EESCHEMA_DISPLAY_OPTIONS

Public Member Functions

 PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
 ~PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE ()
 
virtual void ResetPanel ()=0
 Reset the contents of this panel.
 
virtual wxString GetResetTooltip () const
 Get the tooltip the reset button should display when showing this panel.
 
wxString GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override
 Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.
 

Protected Attributes

wxBoxSizer * m_galOptionsSizer
 
wxStaticText * m_appearanceLabel
 
wxStaticLine * m_staticline1
 
wxStaticText * m_defaultFontLabel
 
FONT_CHOICEm_defaultFontCtrl
 
wxCheckBox * m_checkShowHiddenPins
 
wxCheckBox * m_checkShowHiddenFields
 
wxCheckBox * m_checkShowERCErrors
 
wxCheckBox * m_checkShowERCWarnings
 
wxCheckBox * m_checkShowERCExclusions
 
wxCheckBox * m_checkShowOPVoltages
 
wxCheckBox * m_checkShowOPCurrents
 
wxCheckBox * m_checkPageLimits
 
wxStaticText * m_selectionLabel
 
wxStaticLine * m_staticline2
 
wxCheckBox * m_checkSelDrawChildItems
 
wxCheckBox * m_checkSelFillShapes
 
wxStaticText * m_selWidthLabel
 
wxSpinCtrlDouble * m_selWidthCtrl
 
wxStaticText * m_highlightColorNote
 
wxStaticText * m_highlightWidthLabel
 
wxSpinCtrlDouble * m_highlightWidthCtrl
 
wxStaticText * m_crossprobeLabel
 
wxStaticLine * m_staticline3
 
wxCheckBox * m_checkCrossProbeOnSelection
 
wxCheckBox * m_checkCrossProbeCenter
 
wxCheckBox * m_checkCrossProbeZoom
 
wxCheckBox * m_checkCrossProbeAutoHighlight
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE()

◆ ~PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE()

PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::~PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE ( )

Definition at line 179 of file panel_eeschema_display_options_base.cpp.

Member Function Documentation

◆ GetHelpTextAtPoint()

wxString RESETTABLE_PANEL::GetHelpTextAtPoint ( const wxPoint &  aPt,
wxHelpEvent::Origin  aOrigin 
) const
inlineoverrideinherited

Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }.

Definition at line 72 of file resettable_panel.h.

References RESETTABLE_PANEL::GetResetTooltip().

◆ GetResetTooltip()

virtual wxString RESETTABLE_PANEL::GetResetTooltip ( ) const
inlinevirtualinherited

Get the tooltip the reset button should display when showing this panel.

Returns
the tooltip

Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.

Definition at line 64 of file resettable_panel.h.

References _.

Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().

◆ ResetPanel()

Member Data Documentation

◆ m_appearanceLabel

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_appearanceLabel
protected

◆ m_checkCrossProbeAutoHighlight

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkCrossProbeAutoHighlight
protected

◆ m_checkCrossProbeCenter

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkCrossProbeCenter
protected

◆ m_checkCrossProbeOnSelection

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkCrossProbeOnSelection
protected

◆ m_checkCrossProbeZoom

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkCrossProbeZoom
protected

◆ m_checkPageLimits

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkPageLimits
protected

◆ m_checkSelDrawChildItems

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkSelDrawChildItems
protected

◆ m_checkSelFillShapes

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkSelFillShapes
protected

◆ m_checkShowERCErrors

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowERCErrors
protected

◆ m_checkShowERCExclusions

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowERCExclusions
protected

◆ m_checkShowERCWarnings

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowERCWarnings
protected

◆ m_checkShowHiddenFields

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowHiddenFields
protected

◆ m_checkShowHiddenPins

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowHiddenPins
protected

◆ m_checkShowOPCurrents

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowOPCurrents
protected

◆ m_checkShowOPVoltages

wxCheckBox* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_checkShowOPVoltages
protected

◆ m_crossprobeLabel

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_crossprobeLabel
protected

◆ m_defaultFontCtrl

◆ m_defaultFontLabel

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_defaultFontLabel
protected

◆ m_galOptionsSizer

wxBoxSizer* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_galOptionsSizer
protected

◆ m_highlightColorNote

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_highlightColorNote
protected

◆ m_highlightWidthCtrl

wxSpinCtrlDouble* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_highlightWidthCtrl
protected

◆ m_highlightWidthLabel

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_highlightWidthLabel
protected

◆ m_selectionLabel

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_selectionLabel
protected

◆ m_selWidthCtrl

wxSpinCtrlDouble* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_selWidthCtrl
protected

◆ m_selWidthLabel

wxStaticText* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_selWidthLabel
protected

◆ m_staticline1

wxStaticLine* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_staticline1
protected

◆ m_staticline2

wxStaticLine* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_staticline2
protected

◆ m_staticline3

wxStaticLine* PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE::m_staticline3
protected

The documentation for this class was generated from the following files: