#include <sspt_headerfootprint.h>
Public Member Functions | |
sspt_HeaderFootprint (const char *name, const char *designation, int rows=2) | |
~sspt_HeaderFootprint () | |
void | rowSpacing (float inches) |
void | pinSpacing (float inches) |
void | pinDiameter (float inches) |
void | pinThickness (float inches) |
void | pins (int n) |
void | pinOrder (bool interleaved) |
void | silkMinimum (float leftInches, float rightInches, float topInches, float bottomInches) |
bool | saveAs (const char *filename) |
sspt_HeaderFootprint::sspt_HeaderFootprint | ( | const char * | name, | |
const char * | designation, | |||
int | rows = 2 | |||
) |
sspt_HeaderFootprint::~sspt_HeaderFootprint | ( | ) |
void sspt_HeaderFootprint::pinDiameter | ( | float | inches | ) |
void sspt_HeaderFootprint::pinOrder | ( | bool | interleaved | ) |
void sspt_HeaderFootprint::pins | ( | int | n | ) |
void sspt_HeaderFootprint::pinSpacing | ( | float | inches | ) |
void sspt_HeaderFootprint::pinThickness | ( | float | inches | ) |
void sspt_HeaderFootprint::rowSpacing | ( | float | inches | ) |
bool sspt_HeaderFootprint::saveAs | ( | const char * | filename | ) |
void sspt_HeaderFootprint::silkMinimum | ( | float | leftInches, | |
float | rightInches, | |||
float | topInches, | |||
float | bottomInches | |||
) |