#include <sspt_crossfootprint.h>
Public Member Functions | |
| sspt_CrossFootprint (const char *name, const char *designation, int rows=2) | |
| ~sspt_CrossFootprint () | |
| void | signalExtent (float inches) |
| void | signalPadInnerExtent (float inches) |
| void | signalPadCrossExtent (float inches) |
| void | groundExtent (float inches) |
| void | groundPadInnerExtent (float inches) |
| void | groundPadCrossExtent (float inches) |
| void | groundVia (float extentInches, float diameterInches) |
| void | padOrder (bool clockwise) |
| bool | saveAs (const char *filename) |
| sspt_CrossFootprint::sspt_CrossFootprint | ( | const char * | name, | |
| const char * | designation, | |||
| int | rows = 2 | |||
| ) |
| sspt_CrossFootprint::~sspt_CrossFootprint | ( | ) |
| void sspt_CrossFootprint::groundExtent | ( | float | inches | ) |
| void sspt_CrossFootprint::groundPadCrossExtent | ( | float | inches | ) |
| void sspt_CrossFootprint::groundPadInnerExtent | ( | float | inches | ) |
| void sspt_CrossFootprint::groundVia | ( | float | extentInches, | |
| float | diameterInches | |||
| ) |
| void sspt_CrossFootprint::padOrder | ( | bool | clockwise | ) |
| bool sspt_CrossFootprint::saveAs | ( | const char * | filename | ) |
| void sspt_CrossFootprint::signalExtent | ( | float | inches | ) |
| void sspt_CrossFootprint::signalPadCrossExtent | ( | float | inches | ) |
| void sspt_CrossFootprint::signalPadInnerExtent | ( | float | inches | ) |