KiCad PCB EDA Suite
|
Public Attributes | |
std::map< wxString, std::unique_ptr< FOOTPRINT > > | m_Footprints |
std::map< wxString, EASYEDAPRO::BLOB > | m_Blobs |
std::map< wxString, std::multimap< wxString, EASYEDAPRO::POURED > > | m_Poured |
Definition at line 51 of file pcb_io_easyedapro.cpp.
std::map<wxString, EASYEDAPRO::BLOB> PCB_IO_EASYEDAPRO::PRJ_DATA::m_Blobs |
Definition at line 54 of file pcb_io_easyedapro.cpp.
Referenced by PCB_IO_EASYEDAPRO::LoadAllDataFromProject(), and PCB_IO_EASYEDAPRO::LoadBoard().
std::map<wxString, std::unique_ptr<FOOTPRINT> > PCB_IO_EASYEDAPRO::PRJ_DATA::m_Footprints |
Definition at line 53 of file pcb_io_easyedapro.cpp.
Referenced by PCB_IO_EASYEDAPRO::GetImportedCachedLibraryFootprints(), PCB_IO_EASYEDAPRO::LoadAllDataFromProject(), and PCB_IO_EASYEDAPRO::LoadBoard().
std::map<wxString, std::multimap<wxString, EASYEDAPRO::POURED> > PCB_IO_EASYEDAPRO::PRJ_DATA::m_Poured |
Definition at line 55 of file pcb_io_easyedapro.cpp.
Referenced by PCB_IO_EASYEDAPRO::LoadAllDataFromProject(), and PCB_IO_EASYEDAPRO::LoadBoard().