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

Class PANEL_SYM_DISPLAY_OPTIONS_BASE. More...

#include <panel_sym_display_options_base.h>

Inheritance diagram for PANEL_SYM_DISPLAY_OPTIONS_BASE:
RESETTABLE_PANEL PANEL_SYM_DISPLAY_OPTIONS

Public Member Functions

 PANEL_SYM_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_SYM_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
 
wxStaticText * m_appearanceLabel
 
wxStaticLine * m_staticline1
 
wxCheckBox * m_checkShowHiddenPins
 
wxCheckBox * m_checkShowHiddenFields
 
wxCheckBox * m_showPinElectricalTypes
 
wxCheckBox * m_checkShowPinAltModeIcons
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_SYM_DISPLAY_OPTIONS_BASE()

PANEL_SYM_DISPLAY_OPTIONS_BASE::PANEL_SYM_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_SYM_DISPLAY_OPTIONS_BASE()

PANEL_SYM_DISPLAY_OPTIONS_BASE::~PANEL_SYM_DISPLAY_OPTIONS_BASE ( )

Definition at line 61 of file panel_sym_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_appearanceLabel

wxStaticText* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_appearanceLabel
protected

Definition at line 36 of file panel_sym_display_options_base.h.

Referenced by PANEL_SYM_DISPLAY_OPTIONS_BASE().

◆ m_checkShowHiddenFields

wxCheckBox* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_checkShowHiddenFields
protected

◆ m_checkShowHiddenPins

wxCheckBox* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_checkShowHiddenPins
protected

◆ m_checkShowPinAltModeIcons

wxCheckBox* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_checkShowPinAltModeIcons
protected

◆ m_galOptionsSizer

wxBoxSizer* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_galOptionsSizer
protected

◆ m_showPinElectricalTypes

wxCheckBox* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_showPinElectricalTypes
protected

◆ m_staticline1

wxStaticLine* PANEL_SYM_DISPLAY_OPTIONS_BASE::m_staticline1
protected

Definition at line 37 of file panel_sym_display_options_base.h.

Referenced by PANEL_SYM_DISPLAY_OPTIONS_BASE().


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