Subversion Repositories wimsdev

Rev

Rev 16827 | Rev 16872 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16827 Rev 16828
Line 368... Line 368...
368
void add_input_jsfunction(char *css_class,char *input_label,int input_cnt,char *stroke_color,float stroke_opacity,int line_width,int use_dashed,int dashtype0,int dashtype1,int font_size);
368
void add_input_jsfunction(char *css_class,char *input_label,int input_cnt,char *stroke_color,float stroke_opacity,int line_width,int use_dashed,int dashtype0,int dashtype1,int font_size);
369
void add_js_protractor(int type,double xcenter,double ycenter,int size,char *font,char *stroke_color,double stroke_opacity,char *fill_color,double fill_opacity,int line_width,int use_scale,int dynamic,int use_snap);
369
void add_js_protractor(int type,double xcenter,double ycenter,int size,char *font,char *stroke_color,double stroke_opacity,char *fill_color,double fill_opacity,int line_width,int use_scale,int dynamic,int use_snap);
370
void add_js_ruler(double x,double y,double sizex,double sizey,char *font,char *stroke_color,double stroke_opacity,char *fill_color,double fill_opacity,int line_width,int dynamic,int use_snap);
370
void add_js_ruler(double x,double y,double sizex,double sizey,char *font,char *stroke_color,double stroke_opacity,char *fill_color,double fill_opacity,int line_width,int dynamic,int use_snap);
371
void add_color_palette(char *css_class);
371
void add_color_palette(char *css_class);
372
void add_js_images(int use_offset,int snap);
372
void add_js_images(int use_offset,int snap);
-
 
373
int count_substring(char* string, char* substring);
373
extern int NUMBER_OF_COLORNAMES;
374
extern int NUMBER_OF_COLORNAMES;
374
extern struct colors { char *hex; char *name; char *rgb; } colors[];
375
extern struct colors { char *hex; char *name; char *rgb; } colors[];
375
extern int js_function[MAX_JS_FUNCTIONS];
376
extern int js_function[MAX_JS_FUNCTIONS];
376
extern int reply_format;
377
extern int reply_format;
377
extern int xsize;
378
extern int xsize;