|
KiCad PCB EDA Suite
|
#include <from_to_cache.h>
Public Attributes | |
| int | net |
| PAD * | from |
| PAD * | to |
| wxString | fromName |
| wxString | toName |
| wxString | fromWildcard |
| wxString | toWildcard |
| bool | isUnique |
| std::set< BOARD_CONNECTED_ITEM * > | pathItems |
Definition at line 38 of file from_to_cache.h.
| PAD* FROM_TO_CACHE::FT_PATH::from |
Definition at line 41 of file from_to_cache.h.
Referenced by FROM_TO_CACHE::cacheFromToPaths().
| wxString FROM_TO_CACHE::FT_PATH::fromName |
Definition at line 43 of file from_to_cache.h.
| wxString FROM_TO_CACHE::FT_PATH::fromWildcard |
Definition at line 44 of file from_to_cache.h.
| bool FROM_TO_CACHE::FT_PATH::isUnique |
Definition at line 45 of file from_to_cache.h.
| int FROM_TO_CACHE::FT_PATH::net |
Definition at line 40 of file from_to_cache.h.
Referenced by FROM_TO_CACHE::cacheFromToPaths().
| std::set<BOARD_CONNECTED_ITEM*> FROM_TO_CACHE::FT_PATH::pathItems |
Definition at line 46 of file from_to_cache.h.
| PAD* FROM_TO_CACHE::FT_PATH::to |
Definition at line 42 of file from_to_cache.h.
Referenced by FROM_TO_CACHE::cacheFromToPaths().
| wxString FROM_TO_CACHE::FT_PATH::toName |
Definition at line 43 of file from_to_cache.h.
| wxString FROM_TO_CACHE::FT_PATH::toWildcard |
Definition at line 44 of file from_to_cache.h.