|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
| class | NETINFO_ITEM |
| Handle the data for a net. More... | |
| class | NETINFO_LIST |
| Container for NETINFO_ITEM elements, which are the nets. More... | |
| class | NETINFO_LIST::iterator |
| Wrapper class, so you can iterate through NETINFO_ITEM*s, not std::pair<int/wxString, NETINFO_ITEM*> More... | |
Macros | |
| #define | NO_NET _( "<no net>" ) |
| #define | CREATE_NET _( "<create net>" ) |
Typedefs | |
| typedef std::map< wxString, NETINFO_ITEM * > | NETNAMES_MAP |
| typedef std::map< int, NETINFO_ITEM * > | NETCODES_MAP |
| #define CREATE_NET _( "<create net>" ) |
Definition at line 43 of file netinfo.h.
Referenced by NET_SELECTOR_COMBOPOPUP::Accept(), and NET_SELECTOR_COMBOPOPUP::getListContent().
| #define NO_NET _( "<no net>" ) |
Definition at line 42 of file netinfo.h.
Referenced by NET_SELECTOR_COMBOPOPUP::Accept(), DRAWING_TOOL::DrawVia(), NET_SELECTOR_COMBOPOPUP::getListContent(), and NET_SELECTOR_COMBOPOPUP::GetStringValue().
| typedef std::map<int, NETINFO_ITEM*> NETCODES_MAP |
| typedef std::map<wxString, NETINFO_ITEM*> NETNAMES_MAP |