#include "panel_setup_net_chains.h"
#include <algorithm>
#include <set>
#include <vector>
#include <wx/grid.h>
#include <wx/msgdlg.h>
#include <wx/textdlg.h>
#include <connection_graph.h>
#include <sch_edit_frame.h>
#include <sch_netchain.h>
#include <schematic.h>
#include <netclass.h>
#include <project.h>
#include <project/project_file.h>
#include <project/net_settings.h>
#include <widgets/grid_color_swatch_helpers.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <bitmaps.h>
#include <widgets/paged_dialog.h>
Go to the source code of this file.
◆ c_statusCommitted
| const wxString c_statusCommitted = _( "Committed" ) |
|
static |
◆ c_statusPotential
| const wxString c_statusPotential = _( "Potential" ) |
|
static |