KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eagle_plugin.h File Reference
#include <eda_units.h>
#include <io_mgr.h>
#include <layer_ids.h>
#include <netclass.h>
#include <plugins/eagle/eagle_parser.h>
#include <plugins/common/plugin_common_layer_mapping.h>
#include <map>
#include <tuple>
#include <wx/xml/xml.h>

Go to the source code of this file.

Classes

struct  ERULES
 subset of eagle.drawing.board.designrules in the XML document More...
 
class  EAGLE_PLUGIN
 Works with Eagle 6.x XML board files and footprints to implement the Pcbnew PLUGIN API or a portion of it. More...
 

Typedefs

typedef std::map< wxString, FOOTPRINT * > FOOTPRINT_MAP
 
typedef std::vector< ZONE * > ZONES
 
typedef std::map< wxString, ENETNET_MAP
 
typedef NET_MAP::const_iterator NET_MAP_CITER
 

Typedef Documentation

◆ FOOTPRINT_MAP

typedef std::map<wxString, FOOTPRINT*> FOOTPRINT_MAP

Definition at line 43 of file eagle_plugin.h.

◆ NET_MAP

typedef std::map<wxString, ENET> NET_MAP

Definition at line 45 of file eagle_plugin.h.

◆ NET_MAP_CITER

typedef NET_MAP::const_iterator NET_MAP_CITER

Definition at line 46 of file eagle_plugin.h.

◆ ZONES

typedef std::vector<ZONE*> ZONES

Definition at line 44 of file eagle_plugin.h.