KiCad PCB EDA Suite
|
#include <algorithm>
#include <limits>
#include <pgm_base.h>
#include <eda_draw_frame.h>
#include <bitmaps.h>
#include <netclass.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>
#include <confirm.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< BITMAPS > | g_lineStyleIcons |
wxArrayString | g_lineStyleNames |
anonymous enum |
Definition at line 50 of file panel_setup_netclasses.cpp.
std::vector<BITMAPS> g_lineStyleIcons |
Definition at line 74 of file panel_setup_netclasses.cpp.
Referenced by PANEL_SETUP_NETCLASSES::PANEL_SETUP_NETCLASSES().
wxArrayString g_lineStyleNames |
Definition at line 75 of file panel_setup_netclasses.cpp.
Referenced by PANEL_SETUP_NETCLASSES::loadNetclasses(), PANEL_SETUP_NETCLASSES::OnAddNetclassClick(), PANEL_SETUP_NETCLASSES::PANEL_SETUP_NETCLASSES(), and PANEL_SETUP_NETCLASSES::TransferDataFromWindow().