| 
    KiCad PCB EDA Suite
    
   | 
 
#include <drc_proto.h>
Public Attributes | |
| PROJECT * | project | 
| wxString | rulesFilePath | 
| std::shared_ptr< BOARD > | board | 
| std::shared_ptr< NETLIST > | netlist | 
Definition at line 164 of file drc_proto.h.
| std::shared_ptr<BOARD> PROJECT_CONTEXT::board | 
Definition at line 168 of file drc_proto.h.
Referenced by loadKicadProject().
| std::shared_ptr<NETLIST> PROJECT_CONTEXT::netlist | 
Definition at line 169 of file drc_proto.h.
| PROJECT* PROJECT_CONTEXT::project | 
Definition at line 166 of file drc_proto.h.
Referenced by loadKicadProject().
| wxString PROJECT_CONTEXT::rulesFilePath | 
Definition at line 167 of file drc_proto.h.
Referenced by loadKicadProject().