pcb 4.1.1
An interactive printed circuit board layout editor.

strflags.h

Go to the documentation of this file.
00001 
00039 #ifndef PCB_STRFLAGS_H
00040 #define PCB_STRFLAGS_H
00041 
00042 FlagType string_to_flags (const char *flagstring,
00043                           int (*error) (const char *msg));
00044 
00045 char *flags_to_string (FlagType flags, int object_type);
00046 
00047 FlagType string_to_pcbflags (const char *flagstring,
00048                           int (*error) (const char *msg));
00049 char *pcbflags_to_string (FlagType flags);
00050 void uninit_strflags_buf (void);
00051 void uninit_strflags_layerlist (void);
00052 
00053 #endif /* PCB_STRFLAGS_H */