| 
    KiCad PCB EDA Suite
    
   | 
 
#include <panel_setup_mask_and_paste.h>
  
Public Member Functions | |
| PANEL_SETUP_MASK_AND_PASTE (wxWindow *aParentWindow, PCB_EDIT_FRAME *aFrame) | |
| ~PANEL_SETUP_MASK_AND_PASTE () | |
| bool | TransferDataToWindow () override | 
| bool | TransferDataFromWindow () override | 
| void | ImportSettingsFrom (BOARD *aBoard) | 
Protected Attributes | |
| wxStaticBitmap * | m_bitmapWarning | 
| wxStaticText * | m_staticTextInfoMaskMinWidth | 
| wxStaticText * | m_staticTextInfoMaskMinWidth1 | 
| wxStaticText * | m_stSolderMaskSettings | 
| wxStaticLine * | m_staticline1 | 
| wxStaticText * | m_maskMarginLabel | 
| wxTextCtrl * | m_maskMarginCtrl | 
| wxStaticText * | m_maskMarginUnits | 
| wxStaticText * | m_maskMinWidthLabel | 
| wxTextCtrl * | m_maskMinWidthCtrl | 
| wxStaticText * | m_maskMinWidthUnits | 
| wxStaticText * | m_maskToCopperClearanceLabel | 
| wxTextCtrl * | m_maskToCopperClearanceCtrl | 
| wxStaticText * | m_maskToCopperClearanceUnits | 
| wxCheckBox * | m_allowBridges | 
| wxStaticText * | m_stTenting | 
| wxCheckBox * | m_tentViasFront | 
| wxCheckBox * | m_tentViasBack | 
| wxStaticText * | m_stSolderPasteSettings | 
| wxStaticLine * | m_staticline2 | 
| wxStaticText * | m_pasteMarginLabel | 
| wxTextCtrl * | m_pasteMarginCtrl | 
| wxStaticText * | m_pasteMarginUnits | 
| wxStaticText * | m_pasteMarginRatioLabel | 
| wxTextCtrl * | m_pasteMarginRatioCtrl | 
| wxStaticText * | m_pasteMarginRatioUnits | 
| wxStaticText * | m_staticTextInfoPaste | 
Definition at line 38 of file panel_setup_mask_and_paste.h.
| PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE | ( | wxWindow * | aParentWindow, | 
| PCB_EDIT_FRAME * | aFrame ) | 
Definition at line 31 of file panel_setup_mask_and_paste.cpp.
References KIUI::GetInfoFont(), m_BrdSettings, m_Frame, m_maskExpansion, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskMarginCtrl, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskMarginLabel, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskMarginUnits, m_maskMinWidth, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskMinWidthCtrl, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskMinWidthLabel, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskMinWidthUnits, m_maskToCopperClearance, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskToCopperClearanceCtrl, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskToCopperClearanceLabel, PANEL_SETUP_MASK_AND_PASTE_BASE::m_maskToCopperClearanceUnits, m_pasteMargin, PANEL_SETUP_MASK_AND_PASTE_BASE::m_pasteMarginCtrl, PANEL_SETUP_MASK_AND_PASTE_BASE::m_pasteMarginLabel, m_pasteMarginRatio, PANEL_SETUP_MASK_AND_PASTE_BASE::m_pasteMarginRatioCtrl, PANEL_SETUP_MASK_AND_PASTE_BASE::m_pasteMarginRatioLabel, PANEL_SETUP_MASK_AND_PASTE_BASE::m_pasteMarginRatioUnits, PANEL_SETUP_MASK_AND_PASTE_BASE::m_pasteMarginUnits, PANEL_SETUP_MASK_AND_PASTE_BASE::m_staticTextInfoPaste, PANEL_SETUP_MASK_AND_PASTE_BASE::PANEL_SETUP_MASK_AND_PASTE_BASE(), and PERCENT.
      
  | 
  inline | 
Definition at line 52 of file panel_setup_mask_and_paste.h.
| void PANEL_SETUP_MASK_AND_PASTE::ImportSettingsFrom | ( | BOARD * | aBoard | ) | 
Definition at line 89 of file panel_setup_mask_and_paste.cpp.
References BOARD::GetDesignSettings(), m_BrdSettings, and TransferDataToWindow().
      
  | 
  override | 
Definition at line 71 of file panel_setup_mask_and_paste.cpp.
References PANEL_SETUP_MASK_AND_PASTE_BASE::m_allowBridges, m_BrdSettings, m_maskExpansion, m_maskMinWidth, m_maskToCopperClearance, m_pasteMargin, m_pasteMarginRatio, PANEL_SETUP_MASK_AND_PASTE_BASE::m_tentViasBack, and PANEL_SETUP_MASK_AND_PASTE_BASE::m_tentViasFront.
      
  | 
  override | 
Definition at line 54 of file panel_setup_mask_and_paste.cpp.
References PANEL_SETUP_MASK_AND_PASTE_BASE::m_allowBridges, m_BrdSettings, m_maskExpansion, m_maskMinWidth, m_maskToCopperClearance, m_pasteMargin, m_pasteMarginRatio, PANEL_SETUP_MASK_AND_PASTE_BASE::m_tentViasBack, and PANEL_SETUP_MASK_AND_PASTE_BASE::m_tentViasFront.
Referenced by ImportSettingsFrom().
      
  | 
  protectedinherited | 
Definition at line 54 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE(), PANEL_SETUP_MASK_AND_PASTE::TransferDataFromWindow(), and PANEL_SETUP_MASK_AND_PASTE::TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 40 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  private | 
Definition at line 42 of file panel_setup_mask_and_paste.h.
Referenced by ImportSettingsFrom(), PANEL_SETUP_MASK_AND_PASTE(), TransferDataFromWindow(), and TransferDataToWindow().
      
  | 
  private | 
Definition at line 41 of file panel_setup_mask_and_paste.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE().
      
  | 
  private | 
Definition at line 44 of file panel_setup_mask_and_paste.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE(), TransferDataFromWindow(), and TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 46 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 45 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 47 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  private | 
Definition at line 45 of file panel_setup_mask_and_paste.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE(), TransferDataFromWindow(), and TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 49 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 48 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 50 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  private | 
Definition at line 46 of file panel_setup_mask_and_paste.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE(), TransferDataFromWindow(), and TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 52 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 51 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 53 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  private | 
Definition at line 47 of file panel_setup_mask_and_paste.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE(), TransferDataFromWindow(), and TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 61 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 60 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  private | 
Definition at line 48 of file panel_setup_mask_and_paste.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE(), TransferDataFromWindow(), and TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 64 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 63 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 65 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 62 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 44 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 59 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 41 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 42 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 66 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE::PANEL_SETUP_MASK_AND_PASTE(), and PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 43 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 58 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 55 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE().
      
  | 
  protectedinherited | 
Definition at line 57 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE(), PANEL_SETUP_MASK_AND_PASTE::TransferDataFromWindow(), and PANEL_SETUP_MASK_AND_PASTE::TransferDataToWindow().
      
  | 
  protectedinherited | 
Definition at line 56 of file panel_setup_mask_and_paste_base.h.
Referenced by PANEL_SETUP_MASK_AND_PASTE_BASE(), PANEL_SETUP_MASK_AND_PASTE::TransferDataFromWindow(), and PANEL_SETUP_MASK_AND_PASTE::TransferDataToWindow().