KiCad PCB EDA Suite
dialog_net_inspector.cpp File Reference
#include <string_utils.h>
#include <tools/board_inspection_tool.h>
#include <board_design_settings.h>
#include <confirm.h>
#include <pcb_track.h>
#include <dialog_net_inspector.h>
#include <eda_pattern_match.h>
#include <wildcards_and_files_ext.h>
#include <view/view.h>
#include <view/view_controls.h>
#include <pcb_painter.h>
#include <kiplatform/ui.h>
#include <connectivity/connectivity_algo.h>
#include <dialogs/dialog_text_entry.h>
#include <validators.h>
#include <bitmaps.h>
#include <widgets/std_bitmap_button.h>
#include <wx/tokenzr.h>
#include <wx/filedlg.h>
#include <wx/dcclient.h>
#include <wx/wupdlock.h>
#include <bitset>
#include <vector>

Go to the source code of this file.

Classes

struct  DIALOG_NET_INSPECTOR::COLUMN_DESC
 
class  DIALOG_NET_INSPECTOR::LIST_ITEM
 
struct  DIALOG_NET_INSPECTOR::LIST_ITEM_NETCODE_CMP_LESS
 
class  DIALOG_NET_INSPECTOR::DATA_MODEL
 
struct  NETCODE_CMP_LESS
 

Enumerations

enum class  CSV_COLUMN_DESC : int { CSV_NONE = 0 , CSV_QUOTE = 1 << 0 }
 
enum  {
  COLUMN_NET = 0 , COLUMN_NAME , COLUMN_PAD_COUNT , COLUMN_VIA_COUNT ,
  COLUMN_VIA_LENGTH , COLUMN_BOARD_LENGTH , COLUMN_CHIP_LENGTH , COLUMN_TOTAL_LENGTH ,
  COLUMN_NUM_STATIC_COL = COLUMN_TOTAL_LENGTH
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
COLUMN_NET 
COLUMN_NAME 
COLUMN_PAD_COUNT 
COLUMN_VIA_COUNT 
COLUMN_VIA_LENGTH 
COLUMN_BOARD_LENGTH 
COLUMN_CHIP_LENGTH 
COLUMN_TOTAL_LENGTH 
COLUMN_NUM_STATIC_COL 

Definition at line 77 of file dialog_net_inspector.cpp.

◆ CSV_COLUMN_DESC

enum class CSV_COLUMN_DESC : int
strong
Enumerator
CSV_NONE 
CSV_QUOTE 

Definition at line 52 of file dialog_net_inspector.cpp.

53{
54 CSV_NONE = 0,
55 CSV_QUOTE = 1 << 0
56};