Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

interface.c

Go to the documentation of this file.
00001 /*
00002  * interface.c
00003  * Biao Lu                     biao@eagle.drexel.edu
00004  *
00005  *
00006  * (Not entirely clear why this is needed... (SLWM))
00007  */
00008 
00009 extern unsigned long lux_openwin();
00010 extern unsigned long lux_rgb_pixel();
00011 extern unsigned long lux_open_dialog();
00012 
00013 unsigned long LUX_openwin(int a, int b, int c, int d)
00014 {
00015     return(lux_openwin(a, b, c, d));
00016 }
00017 LUX_set_window_name(unsigned long a, char *s)
00018 {
00019     return(lux_set_window_name(a,s));
00020 }
00021 LUX_setup_region(unsigned long a, float b,float c,float d,float e)
00022 {
00023     return(lux_setup_region(a, b,c, d, e));
00024 }
00025 LUX_clear_current_region(unsigned long a)
00026 {
00027     return(lux_clear_current_region(a));
00028 }
00029 LUX_setup_axis(unsigned long a, float b ,float c ,float d ,float e)
00030 {
00031     return(lux_setup_axis(a, b ,c , d , e));
00032 }
00033 LUX_draw_linef(unsigned long a,float b ,float c ,float d,float e)
00034 {
00035     return(lux_draw_linef(a, b , c , d, e));
00036 }
00037 LUX_draw_pointf(unsigned long a,float b,float c)
00038 {
00039     return(lux_draw_pointf(a,b,c));
00040 }
00041 LUX_draw_rectanglef(unsigned long a,float b,float c,float d,float e)
00042 {
00043     return(lux_draw_rectanglef(a, b, c, d,e));
00044 }
00045 LUX_draw_arcf(unsigned long a,float b,float c,float d,float e,float f,float g)
00046 {
00047     return(lux_draw_arcf(a,b,c,d,e,f,g));
00048 }
00049 LUX_fill_arcf(unsigned long a,float b,float c,float d,float e,float f,float g)
00050 {
00051     return(lux_fill_arcf(a,b,c,d,e,f,g));
00052 }
00053 LUX_draw_axis(unsigned long a)
00054 {
00055     return(lux_draw_axis(a));
00056 }
00057 LUX_set_noupdate(unsigned long a)
00058 {
00059     return(lux_set_noupdate(a));
00060 }
00061 LUX_next_keypress(unsigned long w, char* a, char* b, char* c, char* d)
00062 {
00063     return(lux_next_keypress(w, a, b, c, d));
00064 }
00065 LUX_set_discard(unsigned long a)
00066 {
00067     return(lux_set_discard(a));
00068 }
00069 LUX_set_save(unsigned long a)
00070 {
00071     return(lux_set_save(a));
00072 }
00073 LUX_getevent()
00074 {
00075     return(lux_getevent());
00076 }
00077 LUX_exit()
00078 {
00079     return(lux_exit());
00080 }
00081 LUX_quick_exit()
00082 {
00083     return(lux_quick_exit());
00084 }
00085 LUX_set_color(unsigned long a, long b)
00086 {
00087     return(lux_set_color( a,  b));
00088 }
00089 LUX_set_bgcolor(unsigned long a, long b)
00090 {
00091     return(lux_set_bgcolor( a,  b));
00092 }
00093 LUX_set_window_bgcolor(unsigned long a, long b)
00094 {
00095     return(lux_set_window_bgcolor(a,  b));
00096 }
00097 unsigned long LUX_rgb_pixel(unsigned long a,float red,float green, float blue)
00098 {
00099     return(lux_rgb_pixel(a,red , green,  blue));
00100 }
00101 unsigned long LUX_lookup_color(unsigned long a, char *b)
00102 {
00103     return(lux_lookup_color(a,b));
00104 }
00105 LUX_draw_string(unsigned long  a, float b, float c, float d, char *e, char f)
00106 {
00107     return(lux_draw_string(a, b,  c,  d, e, f));
00108 }
00109 LUX_draw_vstring(unsigned long a, float b, float c, float d, char *e, char f)
00110 {
00111     return(lux_draw_vstring(a,  b,  c,  d, e,  f));
00112 }
00113 LUX_draw_image_string(unsigned long a, float b, float c, float d, char *e, char f)
00114 {
00115     return(lux_draw_image_string(a, b, c,  d, e,  f));
00116 }
00117 LUX_check_keypress(unsigned long a,char b)
00118 {
00119     return(lux_check_keypress(a,b));
00120 }
00121 LUX_check_buttonpress(unsigned long a)
00122 {
00123     return(lux_check_buttonpress(a));
00124 }
00125 unsigned long LUX_open_dialog(int a, int b, int c, int d)
00126 {
00127     return(lux_open_dialog(a, b, c,  d));
00128 }
00129 LUX_set_item(unsigned long a, int b, int c, int d, int e, int f, int g, char *h)
00130 {
00131     return(lux_set_item(a, b, c, d, e, f, g, h));
00132 }
00133 LUX_draw_palette(unsigned long a)
00134 {
00135     return(lux_draw_palette(a));
00136 }
00137 LUX_get_itemvalue(unsigned long a, int b, int c, int d, char *e)
00138 {
00139     return(lux_get_itemvalue(a,  b,  c,  d, e));
00140 }
00141 LUX_update_itemvalue(unsigned long a, int b, int c, int d, char *e)
00142 {
00143     return(lux_update_itemvalue(a,  b,  c, d, e));
00144 }
00145 LUX_clear_window(unsigned long a)
00146 {
00147     return(lux_clear_window(a));
00148 }
00149 LUX_reset_window(unsigned long a)
00150 {
00151     return(lux_reset_window(a));
00152 }
00153 LUX_update_fg(unsigned long a)
00154 {
00155     return(lux_update_fg(a));
00156 }
00157 LUX_show_dialog(unsigned long a)
00158 {
00159     return(lux_show_dialog(a));
00160 }
00161 LUX_reconvert_rcoord(unsigned long a, int b, int c, float *d, float *e)
00162 {
00163     return(lux_reconvert_rcoord(a, b, c,d, e));
00164 }
00165 LUX_set_linestyle(unsigned long a, int b)
00166 {
00167     lux_set_linestyle(a,b);
00168 }
00169 void LUX_set_nobuffer()
00170 {
00171     lux_set_nobuffer();
00172 }

Generated at Sun Feb 24 09:57:05 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001