sspt_Element Class Reference

Base class for describing parts of a footprint for gEDA pcb part. More...

#include <sspt_element.h>

Inheritance diagram for sspt_Element:

sspt_Pad sspt_Pin

List of all members.

Public Member Functions

virtual ~sspt_Element ()
virtual void extent (sspt_Extent *extent)=0
virtual void generate (FILE *fptr)=0


Detailed Description

Base class for describing parts of a footprint for gEDA pcb part.

Constructor & Destructor Documentation

virtual sspt_Element::~sspt_Element (  )  [inline, virtual]


Member Function Documentation

virtual void sspt_Element::extent ( sspt_Extent extent  )  [pure virtual]

Implemented in sspt_Pad, and sspt_Pin.

virtual void sspt_Element::generate ( FILE *  fptr  )  [pure virtual]

Implemented in sspt_Pad, and sspt_Pin.


doxygen