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

Class PANEL_DISPLAY_OPTIONS_BASE. More...

#include <panel_display_options_base.h>

Inheritance diagram for PANEL_DISPLAY_OPTIONS_BASE:
RESETTABLE_PANEL PANEL_DISPLAY_OPTIONS

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. More...
 
virtual wxString GetResetTooltip () const
 Get the tooltip the reset button should display when showing this panel. More...
 
wxString GetHelpTextAtPoint (const wxPoint &aPt, wxHelpEvent::Origin aOrigin) const override
 Overridden to supply the reset button tooltip when queried with { -INT_MAX, INT_MAX }. More...
 

Protected Types

enum  { ID_SHOW_CLEARANCE = 1000 }
 

Protected Attributes

wxBoxSizer * m_galOptionsSizer
 
wxSimplebook * m_optionsBook
 
wxStaticText * m_annotationsLabel
 
wxStaticLine * m_staticline1
 
wxRadioBox * m_ShowNetNamesOption
 
wxCheckBox * m_OptDisplayPadNumber
 
wxStaticText * m_clearanceLabel
 
wxStaticLine * m_staticline2
 
wxRadioBox * m_OptDisplayTracksClearance
 
wxCheckBox * m_OptDisplayPadClearence
 
wxStaticText * m_crossProbingLabel
 
wxStaticLine * m_staticline3
 
wxCheckBox * m_checkCrossProbeOnSelection
 
wxCheckBox * m_checkCrossProbeCenter
 
wxCheckBox * m_checkCrossProbeZoom
 
wxCheckBox * m_checkCrossProbeAutoHighlight
 
wxCheckBox * m_live3Drefresh
 

Detailed Description

Class PANEL_DISPLAY_OPTIONS_BASE.

Definition at line 32 of file panel_display_options_base.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
protected
Enumerator
ID_SHOW_CLEARANCE 

Definition at line 37 of file panel_display_options_base.h.

Constructor & Destructor Documentation

◆ PANEL_DISPLAY_OPTIONS_BASE()

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 
)

◆ ~PANEL_DISPLAY_OPTIONS_BASE()

PANEL_DISPLAY_OPTIONS_BASE::~PANEL_DISPLAY_OPTIONS_BASE ( )

Definition at line 152 of file panel_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_DISPLAY_OPTIONS_BASE::m_annotationsLabel
protected

Definition at line 44 of file panel_display_options_base.h.

Referenced by PANEL_DISPLAY_OPTIONS_BASE().

◆ m_checkCrossProbeAutoHighlight

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_checkCrossProbeAutoHighlight
protected

◆ m_checkCrossProbeCenter

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_checkCrossProbeCenter
protected

◆ m_checkCrossProbeOnSelection

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_checkCrossProbeOnSelection
protected

◆ m_checkCrossProbeZoom

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_checkCrossProbeZoom
protected

◆ m_clearanceLabel

wxStaticText* PANEL_DISPLAY_OPTIONS_BASE::m_clearanceLabel
protected

Definition at line 48 of file panel_display_options_base.h.

Referenced by PANEL_DISPLAY_OPTIONS_BASE().

◆ m_crossProbingLabel

wxStaticText* PANEL_DISPLAY_OPTIONS_BASE::m_crossProbingLabel
protected

Definition at line 52 of file panel_display_options_base.h.

Referenced by PANEL_DISPLAY_OPTIONS_BASE().

◆ m_galOptionsSizer

wxBoxSizer* PANEL_DISPLAY_OPTIONS_BASE::m_galOptionsSizer
protected

◆ m_live3Drefresh

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_live3Drefresh
protected

◆ m_OptDisplayPadClearence

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_OptDisplayPadClearence
protected

◆ m_OptDisplayPadNumber

wxCheckBox* PANEL_DISPLAY_OPTIONS_BASE::m_OptDisplayPadNumber
protected

◆ m_OptDisplayTracksClearance

wxRadioBox* PANEL_DISPLAY_OPTIONS_BASE::m_OptDisplayTracksClearance
protected

◆ m_optionsBook

wxSimplebook* PANEL_DISPLAY_OPTIONS_BASE::m_optionsBook
protected

◆ m_ShowNetNamesOption

wxRadioBox* PANEL_DISPLAY_OPTIONS_BASE::m_ShowNetNamesOption
protected

◆ m_staticline1

wxStaticLine* PANEL_DISPLAY_OPTIONS_BASE::m_staticline1
protected

Definition at line 45 of file panel_display_options_base.h.

Referenced by PANEL_DISPLAY_OPTIONS_BASE().

◆ m_staticline2

wxStaticLine* PANEL_DISPLAY_OPTIONS_BASE::m_staticline2
protected

Definition at line 49 of file panel_display_options_base.h.

Referenced by PANEL_DISPLAY_OPTIONS_BASE().

◆ m_staticline3

wxStaticLine* PANEL_DISPLAY_OPTIONS_BASE::m_staticline3
protected

Definition at line 53 of file panel_display_options_base.h.

Referenced by PANEL_DISPLAY_OPTIONS_BASE().


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