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

Class PANEL_PCB_DISPLAY_OPTIONS_BASE. More...

#include <panel_pcb_display_options_base.h>

Inheritance diagram for PANEL_PCB_DISPLAY_OPTIONS_BASE:
RESETTABLE_PANEL PANEL_PCB_DISPLAY_OPTIONS

Public Member Functions

 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)
 
 ~PANEL_PCB_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
 
wxSimplebook * m_optionsBook
 
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
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_PCB_DISPLAY_OPTIONS_BASE()

PANEL_PCB_DISPLAY_OPTIONS_BASE::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 
)

◆ ~PANEL_PCB_DISPLAY_OPTIONS_BASE()

PANEL_PCB_DISPLAY_OPTIONS_BASE::~PANEL_PCB_DISPLAY_OPTIONS_BASE ( )

Definition at line 180 of file panel_pcb_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_annotationsLabel

wxStaticText* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_annotationsLabel
protected

Definition at line 40 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_checkCrossProbeAutoHighlight

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_checkCrossProbeAutoHighlight
protected

◆ m_checkCrossProbeCenter

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_checkCrossProbeCenter
protected

◆ m_checkCrossProbeOnSelection

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_checkCrossProbeOnSelection
protected

◆ m_checkCrossProbeZoom

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_checkCrossProbeZoom
protected

◆ m_checkForceShowFieldsWhenFPSelected

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_checkForceShowFieldsWhenFPSelected
protected

◆ m_clearanceLabel

wxStaticText* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_clearanceLabel
protected

Definition at line 45 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_crossProbingLabel

wxStaticText* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_crossProbingLabel
protected

Definition at line 53 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_galOptionsSizer

wxBoxSizer* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_galOptionsSizer
protected

◆ m_live3Drefresh

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_live3Drefresh
protected

◆ m_netNamesLabel

wxStaticText* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_netNamesLabel
protected

Definition at line 42 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_OptDisplayPadClearence

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_OptDisplayPadClearence
protected

◆ m_OptDisplayPadNumber

wxCheckBox* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_OptDisplayPadNumber
protected

◆ m_OptDisplayTracksClearance

wxChoice* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_OptDisplayTracksClearance
protected

◆ m_optionsBook

wxSimplebook* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_optionsBook
protected

◆ m_ShowNetNamesOption

wxChoice* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_ShowNetNamesOption
protected

◆ m_staticline1

wxStaticLine* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_staticline1
protected

Definition at line 41 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_staticline2

wxStaticLine* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_staticline2
protected

Definition at line 46 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_staticline3

wxStaticLine* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_staticline3
protected

Definition at line 54 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_staticline4

wxStaticLine* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_staticline4
protected

Definition at line 51 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_staticText4

wxStaticText* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_staticText4
protected

Definition at line 50 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().

◆ m_trackClearancesLabel

wxStaticText* PANEL_PCB_DISPLAY_OPTIONS_BASE::m_trackClearancesLabel
protected

Definition at line 47 of file panel_pcb_display_options_base.h.

Referenced by PANEL_PCB_DISPLAY_OPTIONS_BASE().


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