#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 "pcbnew_settings.h"
#include <settings/settings_manager.h>
#include <pgm_base.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.
◆ 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 94 of file dialog_net_inspector.cpp.
◆ CSV_COLUMN_DESC
◆ wxDEFINE_EVENT()
wxDEFINE_EVENT |
( |
EDA_EVT_CLOSE_NET_INSPECTOR_DIALOG |
, |
|
|
wxCommandEvent |
|
|
) |
| |
◆ g_settings