![]() |
KiCad PCB EDA Suite
|
#include <config_params.h>
#include <kiway_player.h>
#include <netlist_reader/pcb_netlist.h>
#include <auto_associate.h>
#include <cvpcb_association.h>
#include <listboxes.h>
Go to the source code of this file.
Classes | |
class | CVPCB_MAINFRAME |
The CvPcb application main window. More... | |
Namespaces | |
CV | |
Macros | |
#define | CMP_FORMAT wxT( "%3d %8s - %16s : %s" ) |
The print format to display a schematic component line. More... | |
Typedefs | |
typedef std::vector< CVPCB_ASSOCIATION > | CVPCB_UNDO_REDO_ENTRIES |
typedef std::vector< CVPCB_UNDO_REDO_ENTRIES > | CVPCB_UNDO_REDO_LIST |
#define CMP_FORMAT wxT( "%3d %8s - %16s : %s" ) |
The print format to display a schematic component line.
format: idx reference - value : footprint_id
Definition at line 55 of file cvpcb_mainframe.h.
typedef std::vector< CVPCB_ASSOCIATION > CVPCB_UNDO_REDO_ENTRIES |
Definition at line 46 of file cvpcb_mainframe.h.
typedef std::vector< CVPCB_UNDO_REDO_ENTRIES > CVPCB_UNDO_REDO_LIST |
Definition at line 49 of file cvpcb_mainframe.h.