10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
19#include <wx/settings.h>
21#include <wx/stattext.h>
22#include <wx/statline.h>
24#include <wx/checkbox.h>
25#include <wx/gbsizer.h>
26#include <wx/simplebook.h>
63 PANEL_PCB_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_PCB_DISPLAY_OPTIONS_BASE.
wxCheckBox * m_checkForceShowFieldsWhenFPSelected
wxCheckBox * m_checkCrossProbeOnSelection
wxBoxSizer * m_galOptionsSizer
wxCheckBox * m_checkCrossProbeAutoHighlight
wxStaticLine * m_staticline4
wxChoice * m_ShowNetNamesOption
wxCheckBox * m_OptDisplayPadClearence
wxSimplebook * m_optionsBook
wxCheckBox * m_checkCrossProbeCenter
wxStaticLine * m_staticline2
wxStaticLine * m_staticline1
wxStaticText * m_annotationsLabel
wxStaticText * m_staticText4
wxChoice * m_OptDisplayTracksClearance
wxStaticText * m_clearanceLabel
wxStaticText * m_trackClearancesLabel
wxStaticText * m_crossProbingLabel
wxCheckBox * m_live3Drefresh
wxStaticLine * m_staticline3
wxStaticText * m_netNamesLabel
wxCheckBox * m_OptDisplayPadNumber
~PANEL_PCB_DISPLAY_OPTIONS_BASE()
wxCheckBox * m_checkCrossProbeZoom
A wxPanel that is designed to be reset in a standard manner.