KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_netclasses.cpp File Reference
#include <algorithm>
#include <pgm_base.h>
#include <eda_draw_frame.h>
#include <bitmaps.h>
#include <netclass.h>
#include <confirm.h>
#include <gal/painter.h>
#include <grid_tricks.h>
#include <dialogs/panel_setup_netclasses.h>
#include <tool/tool_manager.h>
#include <pcb_painter.h>
#include <string_utils.h>
#include <view/view.h>
#include <widgets/grid_color_swatch_helpers.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/wx_html_report_box.h>
#include <widgets/wx_panel.h>
#include <widgets/std_bitmap_button.h>
#include <project/net_settings.h>

Go to the source code of this file.

Enumerations

enum  {
  GRID_NAME = 0 , GRID_FIRST_PCBNEW , GRID_CLEARANCE = GRID_FIRST_PCBNEW , GRID_TRACKSIZE ,
  GRID_VIASIZE , GRID_VIADRILL , GRID_uVIASIZE , GRID_uVIADRILL ,
  GRID_DIFF_PAIR_WIDTH , GRID_DIFF_PAIR_GAP , GRID_PCB_COLOR , GRID_FIRST_EESCHEMA ,
  GRID_WIREWIDTH = GRID_FIRST_EESCHEMA , GRID_BUSWIDTH , GRID_SCHEMATIC_COLOR , GRID_LINESTYLE ,
  GRID_END
}
 

Variables

std::vector< BITMAPSg_lineStyleIcons
 
wxArrayString g_lineStyleNames
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
GRID_NAME 
GRID_FIRST_PCBNEW 
GRID_CLEARANCE 
GRID_TRACKSIZE 
GRID_VIASIZE 
GRID_VIADRILL 
GRID_uVIASIZE 
GRID_uVIADRILL 
GRID_DIFF_PAIR_WIDTH 
GRID_DIFF_PAIR_GAP 
GRID_PCB_COLOR 
GRID_FIRST_EESCHEMA 
GRID_WIREWIDTH 
GRID_BUSWIDTH 
GRID_SCHEMATIC_COLOR 
GRID_LINESTYLE 
GRID_END 

Definition at line 49 of file panel_setup_netclasses.cpp.

Variable Documentation

◆ g_lineStyleIcons

std::vector<BITMAPS> g_lineStyleIcons

◆ g_lineStyleNames