sspt_HeaderFootprint Class Reference

Describes and generates gEDA pcb footprints for parts that have two rows of pins. More...

#include <sspt_headerfootprint.h>

List of all members.

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)


Detailed Description

Describes and generates gEDA pcb footprints for parts that have two rows of pins.

Constructor & Destructor Documentation

sspt_HeaderFootprint::sspt_HeaderFootprint ( const char *  name,
const char *  designation,
int  rows = 2 
)

sspt_HeaderFootprint::~sspt_HeaderFootprint (  ) 


Member Function Documentation

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 
)


doxygen