KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PROJECT_CONTEXT Struct Reference

#include <drc_proto.h>

Public Attributes

PROJECTproject
 
wxString rulesFilePath
 
std::shared_ptr< BOARDboard
 
std::shared_ptr< NETLISTnetlist
 

Detailed Description

Definition at line 164 of file drc_proto.h.

Member Data Documentation

◆ board

std::shared_ptr<BOARD> PROJECT_CONTEXT::board

Definition at line 168 of file drc_proto.h.

Referenced by loadKicadProject().

◆ netlist

std::shared_ptr<NETLIST> PROJECT_CONTEXT::netlist

Definition at line 169 of file drc_proto.h.

◆ project

PROJECT* PROJECT_CONTEXT::project

Definition at line 166 of file drc_proto.h.

Referenced by loadKicadProject().

◆ rulesFilePath

wxString PROJECT_CONTEXT::rulesFilePath

Definition at line 167 of file drc_proto.h.

Referenced by loadKicadProject().


The documentation for this struct was generated from the following file: