Rev 18160 | Rev 18558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18160 | Rev 18555 | ||
---|---|---|---|
Line 222... | Line 222... | ||
222 | #define ARCARROW 229 |
222 | #define ARCARROW 229 |
223 | #define KILL 230 |
223 | #define KILL 230 |
224 | #define RANGE 231 |
224 | #define RANGE 231 |
225 | #define NEWRANGE 232 |
225 | #define NEWRANGE 232 |
226 | #define RESET 233 |
226 | #define RESET 233 |
- | 227 | #define HYPCIRCLES 234 |
|
- | 228 | #define HYPSEGMENTS 235 |
|
- | 229 | #define HYPLINES 236 |
|
- | 230 | #define HYPPOLY 237 |
|
- | 231 | #define HYPRAYS 238 |
|
227 | /* the js_function[] dcollection : js-code without configurable argumens see canvasutil.c */ |
232 | /* the js_function[] dcollection : js-code without configurable argumens see canvasutil.c */ |
228 | #define MAX_JS_FUNCTIONS 52 |
233 | #define MAX_JS_FUNCTIONS 52 |
229 | 234 | ||
230 | #define DRAW_GRID 0 |
235 | #define DRAW_GRID 0 |
231 | #define DRAW_CROSSHAIRS 1 |
236 | #define DRAW_CROSSHAIRS 1 |
Line 369... | Line 374... | ||
369 | 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); |
374 | 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); |
370 | 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); |
375 | 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); |
371 | 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); |
376 | 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); |
372 | void add_color_palette(char *css_class); |
377 | void add_color_palette(char *css_class); |
373 | void add_js_images(int use_offset,int snap); |
378 | void add_js_images(int use_offset,int snap); |
- | 379 | int hypgeodaux(double *q, double* res, int full); |
|
374 | int count_substring(char* string, char* substring); |
380 | int count_substring(char* string, char* substring); |
375 | extern int NUMBER_OF_COLORNAMES; |
381 | extern int NUMBER_OF_COLORNAMES; |
376 | extern struct colors { char *hex; char *name; char *rgb; } colors[]; |
382 | extern struct colors { char *hex; char *name; char *rgb; } colors[]; |
377 | extern int js_function[MAX_JS_FUNCTIONS]; |
383 | extern int js_function[MAX_JS_FUNCTIONS]; |
378 | extern int reply_format; |
384 | extern int reply_format; |