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

Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE. More...

#include <panel_gerbview_excellon_settings_base.h>

Inheritance diagram for PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE:
RESETTABLE_PANEL PANEL_GERBVIEW_EXCELLON_SETTINGS

Public Member Functions

 PANEL_GERBVIEW_EXCELLON_SETTINGS_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_GERBVIEW_EXCELLON_SETTINGS_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 onUnitsChange (wxCommandEvent &event)
 

Protected Attributes

wxStaticText * m_fileFormatLabel
 
wxStaticLine * m_staticline1
 
wxStaticText * m_fileFormatHelp
 
wxRadioBox * m_rbUnits
 
wxRadioBox * m_rbZeroFormat
 
wxStaticText * m_coordinatesLabel
 
wxStaticLine * m_staticline2
 
wxStaticText * m_coordsFormatHelp
 
wxStaticText * m_hint1
 
wxStaticText * m_staticTextUnitsmm
 
wxChoice * m_choiceIntegerMM
 
wxStaticText * m_staticText8
 
wxChoice * m_choiceMantissaMM
 
wxStaticText * m_staticTextUnitsInch
 
wxChoice * m_choiceIntegerInch
 
wxStaticText * m_staticText9
 
wxChoice * m_choiceMantissaInch
 
wxStaticText * m_hint2
 

Detailed Description

Constructor & Destructor Documentation

◆ PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE()

PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::PANEL_GERBVIEW_EXCELLON_SETTINGS_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_GERBVIEW_EXCELLON_SETTINGS_BASE()

PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE ( )

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().

◆ onUnitsChange()

virtual void PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::onUnitsChange ( wxCommandEvent &  event)
inlineprotectedvirtual

◆ ResetPanel()

Member Data Documentation

◆ m_choiceIntegerInch

◆ m_choiceIntegerMM

◆ m_choiceMantissaInch

wxChoice* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_choiceMantissaInch
protected

◆ m_choiceMantissaMM

wxChoice* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_choiceMantissaMM
protected

◆ m_coordinatesLabel

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_coordinatesLabel
protected

◆ m_coordsFormatHelp

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_coordsFormatHelp
protected

◆ m_fileFormatHelp

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_fileFormatHelp
protected

◆ m_fileFormatLabel

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_fileFormatLabel
protected

◆ m_hint1

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_hint1
protected

◆ m_hint2

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_hint2
protected

◆ m_rbUnits

◆ m_rbZeroFormat

wxRadioBox* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_rbZeroFormat
protected

◆ m_staticline1

wxStaticLine* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_staticline1
protected

◆ m_staticline2

wxStaticLine* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_staticline2
protected

◆ m_staticText8

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_staticText8
protected

◆ m_staticText9

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_staticText9
protected

◆ m_staticTextUnitsInch

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_staticTextUnitsInch
protected

◆ m_staticTextUnitsmm

wxStaticText* PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::m_staticTextUnitsmm
protected

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