| 
    KiCad PCB EDA Suite
    
   | 
 
Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE. More...
#include <panel_gerbview_excellon_settings_base.h>
  
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 | 
| wxStaticText * | unitsLabel | 
| wxRadioButton * | m_rbInches | 
| wxRadioButton * | m_rbMM | 
| wxStaticText * | zeroFormatLabel | 
| wxRadioButton * | m_rbTZ | 
| wxRadioButton * | m_rbLZ | 
| 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 | 
Class PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE.
Definition at line 32 of file panel_gerbview_excellon_settings_base.h.
| 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 ) | 
Definition at line 12 of file panel_gerbview_excellon_settings_base.cpp.
References _, m_choiceIntegerInch, m_choiceIntegerMM, m_choiceMantissaInch, m_choiceMantissaMM, m_coordinatesLabel, m_coordsFormatHelp, m_fileFormatHelp, m_fileFormatLabel, m_hint1, m_hint2, m_rbInches, m_rbLZ, m_rbMM, m_rbTZ, m_staticline1, m_staticline2, m_staticText8, m_staticText9, m_staticTextUnitsInch, m_staticTextUnitsmm, name, onUnitsChange(), RESETTABLE_PANEL::RESETTABLE_PANEL(), unitsLabel, and zeroFormatLabel.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::PANEL_GERBVIEW_EXCELLON_SETTINGS().
| PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE | ( | ) | 
Definition at line 161 of file panel_gerbview_excellon_settings_base.cpp.
References m_choiceIntegerInch, m_choiceIntegerMM, and onUnitsChange().
      
  | 
  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 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 GetHelpTextAtPoint().
      
  | 
  inlineprotectedvirtual | 
Definition at line 61 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(), and ~PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  pure virtualinherited | 
Reset the contents of this panel.
Implemented in PANEL_3D_DISPLAY_OPTIONS, PANEL_3D_OPENGL_OPTIONS, PANEL_3D_RAYTRACING_OPTIONS, PANEL_COLOR_SETTINGS, PANEL_COMMON_SETTINGS, PANEL_DATA_COLLECTION, PANEL_DISPLAY_OPTIONS, PANEL_EDIT_OPTIONS, PANEL_EESCHEMA_ANNOTATION_OPTIONS, PANEL_EESCHEMA_COLOR_SETTINGS, PANEL_EESCHEMA_DISPLAY_OPTIONS, PANEL_EESCHEMA_EDITING_OPTIONS, PANEL_FP_EDITOR_FIELD_DEFAULTS, PANEL_FP_EDITOR_GRAPHICS_DEFAULTS, PANEL_GERBVIEW_DISPLAY_OPTIONS, PANEL_GERBVIEW_EXCELLON_SETTINGS, PANEL_GIT_REPOS, PANEL_GRID_SETTINGS, PANEL_HOTKEYS_EDITOR, PANEL_MAINTENANCE, PANEL_MOUSE_SETTINGS, PANEL_PCBNEW_COLOR_SETTINGS, PANEL_PCBNEW_DISPLAY_ORIGIN, PANEL_PL_EDITOR_COLOR_SETTINGS, PANEL_PL_EDITOR_DISPLAY_OPTIONS, PANEL_PLUGIN_SETTINGS, PANEL_SETUP_PINMAP, PANEL_SIMULATOR_PREFERENCES, PANEL_SPACEMOUSE, PANEL_SYM_DISPLAY_OPTIONS, PANEL_SYM_EDITING_OPTIONS, and PANEL_TOOLBAR_CUSTOMIZATION.
Referenced by RESETTABLE_PANEL().
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
Definition at line 57 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::applySettingsToPanel(), PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(), and PANEL_GERBVIEW_EXCELLON_SETTINGS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 53 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::applySettingsToPanel(), PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(), and PANEL_GERBVIEW_EXCELLON_SETTINGS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 46 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 48 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::PANEL_GERBVIEW_EXCELLON_SETTINGS(), and PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 39 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::PANEL_GERBVIEW_EXCELLON_SETTINGS(), and PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 37 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 49 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::PANEL_GERBVIEW_EXCELLON_SETTINGS(), and PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 58 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::PANEL_GERBVIEW_EXCELLON_SETTINGS(), and PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 41 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::applySettingsToPanel(), and PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 45 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::applySettingsToPanel(), PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(), and PANEL_GERBVIEW_EXCELLON_SETTINGS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 42 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::applySettingsToPanel(), PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE(), and PANEL_GERBVIEW_EXCELLON_SETTINGS::TransferDataFromWindow().
      
  | 
  protected | 
Definition at line 44 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS::applySettingsToPanel(), and PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 38 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 47 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 52 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 56 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 54 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 50 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 40 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().
      
  | 
  protected | 
Definition at line 43 of file panel_gerbview_excellon_settings_base.h.
Referenced by PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE().