KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FROM_TO_CACHE::FT_PATH Struct Reference

#include <from_to_cache.h>

Public Attributes

int net
 
PADfrom
 
PADto
 
wxString fromName
 
wxString toName
 
wxString fromWildcard
 
wxString toWildcard
 
bool isUnique
 
std::set< BOARD_CONNECTED_ITEM * > pathItems
 

Detailed Description

Definition at line 38 of file from_to_cache.h.

Member Data Documentation

◆ from

PAD* FROM_TO_CACHE::FT_PATH::from

Definition at line 41 of file from_to_cache.h.

Referenced by FROM_TO_CACHE::cacheFromToPaths().

◆ fromName

wxString FROM_TO_CACHE::FT_PATH::fromName

Definition at line 43 of file from_to_cache.h.

◆ fromWildcard

wxString FROM_TO_CACHE::FT_PATH::fromWildcard

Definition at line 44 of file from_to_cache.h.

◆ isUnique

bool FROM_TO_CACHE::FT_PATH::isUnique

Definition at line 45 of file from_to_cache.h.

◆ net

int FROM_TO_CACHE::FT_PATH::net

Definition at line 40 of file from_to_cache.h.

Referenced by FROM_TO_CACHE::cacheFromToPaths().

◆ pathItems

std::set<BOARD_CONNECTED_ITEM*> FROM_TO_CACHE::FT_PATH::pathItems

Definition at line 46 of file from_to_cache.h.

◆ to

PAD* FROM_TO_CACHE::FT_PATH::to

Definition at line 42 of file from_to_cache.h.

Referenced by FROM_TO_CACHE::cacheFromToPaths().

◆ toName

wxString FROM_TO_CACHE::FT_PATH::toName

Definition at line 43 of file from_to_cache.h.

◆ toWildcard

wxString FROM_TO_CACHE::FT_PATH::toWildcard

Definition at line 44 of file from_to_cache.h.


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