KiCad PCB EDA Suite
|
Class PANEL_DISPLAY_OPTIONS_BASE. More...
#include <panel_display_options_base.h>
Public Member Functions | |
PANEL_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_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 Member Functions | |
virtual void | onLayerChange (wxGridEvent &event) |
virtual void | OnGridSize (wxSizeEvent &event) |
virtual void | OnAddLayerItem (wxCommandEvent &event) |
virtual void | OnDeleteLayerItem (wxCommandEvent &event) |
Protected Attributes | |
wxBoxSizer * | m_galOptionsSizer |
wxSimplebook * | m_optionsBook |
wxStaticText * | m_layerNamesLabel |
WX_GRID * | m_layerNameitemsGrid |
STD_BITMAP_BUTTON * | m_bpAddLayer |
STD_BITMAP_BUTTON * | m_bpDeleteLayer |
wxStaticText * | m_annotationsLabel |
wxStaticLine * | m_staticline1 |
wxStaticText * | m_netNamesLabel |
wxChoice * | m_ShowNetNamesOption |
wxCheckBox * | m_OptDisplayPadNumber |
wxStaticText * | m_clearanceLabel |
wxStaticLine * | m_staticline2 |
wxStaticText * | m_trackClearancesLabel |
wxChoice * | m_OptDisplayTracksClearance |
wxCheckBox * | m_OptDisplayPadClearence |
wxStaticText * | m_staticText4 |
wxStaticLine * | m_staticline4 |
wxCheckBox * | m_checkForceShowFieldsWhenFPSelected |
wxStaticText * | m_crossProbingLabel |
wxStaticLine * | m_staticline3 |
wxCheckBox * | m_checkCrossProbeOnSelection |
wxCheckBox * | m_checkCrossProbeCenter |
wxCheckBox * | m_checkCrossProbeZoom |
wxCheckBox * | m_checkCrossProbeAutoHighlight |
wxCheckBox * | m_live3Drefresh |
Class PANEL_DISPLAY_OPTIONS_BASE.
Definition at line 42 of file panel_display_options_base.h.
PANEL_DISPLAY_OPTIONS_BASE::PANEL_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 |
||
) |
Definition at line 15 of file panel_display_options_base.cpp.
References _, m_annotationsLabel, m_bpAddLayer, m_bpDeleteLayer, m_checkCrossProbeAutoHighlight, m_checkCrossProbeCenter, m_checkCrossProbeOnSelection, m_checkCrossProbeZoom, m_checkForceShowFieldsWhenFPSelected, m_clearanceLabel, m_crossProbingLabel, m_galOptionsSizer, m_layerNameitemsGrid, m_layerNamesLabel, m_live3Drefresh, m_netNamesLabel, m_OptDisplayPadClearence, m_OptDisplayPadNumber, m_OptDisplayTracksClearance, m_optionsBook, m_ShowNetNamesOption, m_staticline1, m_staticline2, m_staticline3, m_staticline4, m_staticText4, m_trackClearancesLabel, OnAddLayerItem(), OnDeleteLayerItem(), OnGridSize(), onLayerChange(), and WX_GRID::SetColLabelSize().
PANEL_DISPLAY_OPTIONS_BASE::~PANEL_DISPLAY_OPTIONS_BASE | ( | ) |
Definition at line 250 of file panel_display_options_base.cpp.
References m_bpAddLayer, m_bpDeleteLayer, m_layerNameitemsGrid, OnAddLayerItem(), OnDeleteLayerItem(), OnGridSize(), and onLayerChange().
|
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().
|
inlinevirtualinherited |
Get the tooltip the reset button should display when showing this panel.
Reimplemented in PANEL_COLOR_SETTINGS, and PANEL_HOTKEYS_EDITOR.
Definition at line 64 of file resettable_panel.h.
References _.
Referenced by RESETTABLE_PANEL::GetHelpTextAtPoint().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DISPLAY_OPTIONS.
Definition at line 77 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DISPLAY_OPTIONS.
Definition at line 78 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
inlineprotectedvirtual |
Definition at line 76 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
inlineprotectedvirtual |
Reimplemented in PANEL_DISPLAY_OPTIONS.
Definition at line 75 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
pure virtualinherited |
Reset the contents of this panel.
Implemented in PANEL_3D_DISPLAY_OPTIONS, PANEL_3D_OPENGL_OPTIONS, PANEL_3D_RAYTRACING_OPTIONS, PANEL_GIT_REPOS, PANEL_EESCHEMA_ANNOTATION_OPTIONS, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_EESCHEMA_DISPLAY_OPTIONS, PANEL_EESCHEMA_EDITING_OPTIONS, PANEL_SETUP_PINMAP, PANEL_SIMULATOR_PREFERENCES, PANEL_SYM_DISPLAY_OPTIONS, PANEL_SYM_EDITING_OPTIONS, PANEL_GERBVIEW_DISPLAY_OPTIONS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, PANEL_DATA_COLLECTION, PANEL_GRID_SETTINGS, PANEL_MOUSE_SETTINGS, PANEL_PLUGIN_SETTINGS, PANEL_TOOLBAR_CUSTOMIZATION, PANEL_HOTKEYS_EDITOR, PANEL_PL_EDITOR_COLOR_SETTINGS, PANEL_PL_EDITOR_DISPLAY_OPTIONS, PANEL_DISPLAY_OPTIONS, PANEL_EDIT_OPTIONS, PANEL_FP_EDITOR_FIELD_DEFAULTS, PANEL_FP_EDITOR_GRAPHICS_DEFAULTS, PANEL_PCBNEW_COLOR_SETTINGS, and PANEL_PCBNEW_DISPLAY_ORIGIN.
Referenced by RESETTABLE_PANEL::RESETTABLE_PANEL().
|
protected |
Definition at line 53 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 51 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::PANEL_DISPLAY_OPTIONS(), PANEL_DISPLAY_OPTIONS_BASE(), PANEL_DISPLAY_OPTIONS::Show(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 52 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::PANEL_DISPLAY_OPTIONS(), PANEL_DISPLAY_OPTIONS_BASE(), PANEL_DISPLAY_OPTIONS::Show(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 71 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 69 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 68 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 70 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 65 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 58 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 66 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 47 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::PANEL_DISPLAY_OPTIONS(), and PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 50 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::getNextAvailableLayer(), PANEL_DISPLAY_OPTIONS::loadFPSettings(), PANEL_DISPLAY_OPTIONS::OnAddLayerItem(), PANEL_DISPLAY_OPTIONS::OnDeleteLayerItem(), PANEL_DISPLAY_OPTIONS::onLayerChange(), PANEL_DISPLAY_OPTIONS::PANEL_DISPLAY_OPTIONS(), PANEL_DISPLAY_OPTIONS_BASE(), PANEL_DISPLAY_OPTIONS::TransferDataFromWindow(), PANEL_DISPLAY_OPTIONS::~PANEL_DISPLAY_OPTIONS(), and ~PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 49 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 72 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 55 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 62 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 57 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 61 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 48 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::PANEL_DISPLAY_OPTIONS(), and PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 56 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS::loadPCBSettings(), PANEL_DISPLAY_OPTIONS_BASE(), and PANEL_DISPLAY_OPTIONS::TransferDataFromWindow().
|
protected |
Definition at line 54 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 59 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 67 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 64 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 63 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().
|
protected |
Definition at line 60 of file panel_display_options_base.h.
Referenced by PANEL_DISPLAY_OPTIONS_BASE().