pcb 4.1.1
An interactive printed circuit board layout editor.
|
00001 00033 #ifndef PCB_SET_H 00034 #define PCB_SET_H 00035 00036 #include "global.h" 00037 00038 void SetTextScale (int); 00039 void SetGrid (Coord, bool); 00040 void SetLineSize (Coord); 00041 void SetViaSize (Coord, bool); 00042 void SetViaDrillingHole (Coord, bool); 00043 void SetKeepawayWidth (Coord); 00044 void SetChangedFlag (bool); 00045 void SetBufferNumber (int); 00046 void SetMode (int); 00047 void SetRouteStyle (char *); 00048 void SetLocalRef (Coord, Coord, bool); 00049 void SaveMode (void); 00050 void RestoreMode (void); 00051 void pcb_use_route_style (RouteStyleType *); 00052 00053 #endif