| 
    KiCad PCB EDA Suite
    
   | 
 
Container to handle a stock of specific differential pairs each with unique track width, gap and via gap. More...
#include <board_design_settings.h>
Public Member Functions | |
| DIFF_PAIR_DIMENSION () | |
| DIFF_PAIR_DIMENSION (int aWidth, int aGap, int aViaGap) | |
| bool | operator== (const DIFF_PAIR_DIMENSION &aOther) const | 
| bool | operator!= (const DIFF_PAIR_DIMENSION &aOther) const | 
| bool | operator< (const DIFF_PAIR_DIMENSION &aOther) const | 
Public Attributes | |
| int | m_Width | 
| int | m_Gap | 
| int | m_ViaGap | 
Container to handle a stock of specific differential pairs each with unique track width, gap and via gap.
Definition at line 158 of file board_design_settings.h.
      
  | 
  inline | 
Definition at line 164 of file board_design_settings.h.
References m_Gap, m_ViaGap, and m_Width.
Referenced by operator!=(), operator<(), and operator==().
      
  | 
  inline | 
Definition at line 171 of file board_design_settings.h.
      
  | 
  inline | 
Definition at line 185 of file board_design_settings.h.
References DIFF_PAIR_DIMENSION(), and operator==().
      
  | 
  inline | 
Definition at line 187 of file board_design_settings.h.
References DIFF_PAIR_DIMENSION(), m_Gap, m_ViaGap, and m_Width.
      
  | 
  inline | 
Definition at line 178 of file board_design_settings.h.
References DIFF_PAIR_DIMENSION(), m_Gap, m_ViaGap, and m_Width.
Referenced by operator!=().
| int DIFF_PAIR_DIMENSION::m_Gap | 
Definition at line 161 of file board_design_settings.h.
Referenced by DIFF_PAIR_DIMENSION(), DIFF_PAIR_DIMENSION(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortDiffPairsClick(), operator<(), operator==(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), and DIFF_PAIR_MENU::update().
| int DIFF_PAIR_DIMENSION::m_ViaGap | 
Definition at line 162 of file board_design_settings.h.
Referenced by DIFF_PAIR_DIMENSION(), DIFF_PAIR_DIMENSION(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortDiffPairsClick(), operator<(), operator==(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), and DIFF_PAIR_MENU::update().
| int DIFF_PAIR_DIMENSION::m_Width | 
Definition at line 160 of file board_design_settings.h.
Referenced by DIFF_PAIR_DIMENSION(), DIFF_PAIR_DIMENSION(), PANEL_SETUP_TRACKS_AND_VIAS::OnSortDiffPairsClick(), operator<(), operator==(), PANEL_SETUP_TRACKS_AND_VIAS::TransferDataFromWindow(), and DIFF_PAIR_MENU::update().