10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/stattext.h>
22#include <wx/settings.h>
23#include <wx/statline.h>
25#include <wx/checkbox.h>
26#include <wx/spinctrl.h>
27#include <wx/gbsizer.h>
78 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 );
Class PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE.
wxCheckBox * m_checkCrossProbeCenter
wxCheckBox * m_checkCrossProbeZoom
~PANEL_EESCHEMA_DISPLAY_OPTIONS_BASE()
wxStaticText * m_highlightWidthLabel
wxSpinCtrlDouble * m_highlightWidthCtrl
wxStaticText * m_appearanceLabel
wxCheckBox * m_cbMarkSimExclusions
wxCheckBox * m_checkShowHiddenPins
wxSpinCtrlDouble * m_colHighlightThickness
wxCheckBox * m_checkShowOPCurrents
wxCheckBox * m_checkShowOPVoltages
wxCheckBox * m_checkSelDrawChildItems
wxStaticText * m_colorHighlightLabel
wxCheckBox * m_checkShowERCExclusions
wxStaticText * m_crossprobeLabel
FONT_CHOICE * m_defaultFontCtrl
wxCheckBox * m_checkShowERCWarnings
wxStaticText * m_defaultFontLabel
wxCheckBox * m_checkShowERCErrors
wxStaticText * m_highlightColorNote
wxStaticLine * m_staticline2
wxCheckBox * m_checkShowHiddenFields
wxStaticText * m_selectionLabel
wxCheckBox * m_checkPageLimits
wxCheckBox * m_checkCrossProbeAutoHighlight
wxSpinCtrlDouble * m_colHighlightTransparency
wxStaticText * m_selWidthLabel
wxCheckBox * m_checkShowPinAltModeIcons
wxCheckBox * m_highlightNetclassColors
wxSpinCtrlDouble * m_selWidthCtrl
wxStaticLine * m_staticline1
wxCheckBox * m_checkCrossProbeOnSelection
wxStaticText * m_colHighlightLabel2
wxCheckBox * m_checkSelFillShapes
wxStaticLine * m_staticline3
wxBoxSizer * m_galOptionsSizer
A wxPanel that is designed to be reset in a standard manner.