|
| #define | X 0 |
| |
| #define | Y 1 |
| |
| #define | Z 2 |
| |
| #define | ads_real fdt_real /* Type of floating variables */ |
| |
| #define | ads_point fdt_point /* Type of point coordinates */ |
| |
| #define | ads_name fdt_name /* Type of entity and selection set names */ |
| |
| #define | ads_matrix fdt_matrix /* Type of FDT transformation matrix */ |
| |
| #define | ads_binary fdt_binary /* Structure of binary data, used in extended entity data */ |
| |
| #define | resbuf fdt_resbuf |
| |
| #define | ads_point_set fdt_point_set |
| |
| #define | ads_name_set fdt_name_set |
| |
| #define | fdt_name_set(from, to) (*(to)= *(from), (to)[1]=(from)[1]) |
| |
| #define | fdt_point_set(from, to) (*(to)= *(from), (to)[1]=(from)[1], (to)[2]=(from)[2]) |
| |
| #define | ads_retint FXAPI()->fdt_retint |
| |
| #define | ads_retreal FXAPI()->fdt_retreal |
| |
| #define | ads_retpoint FXAPI()->fdt_retpoint |
| |
| #define | ads_retnil FXAPI()->fdt_retnil |
| |
| #define | ads_rett FXAPI()->fdt_rett |
| |
| #define | ads_retvoid FXAPI()->fdt_retvoid |
| |
| #define | ads_retname FXAPI()->fdt_retname |
| |
| #define | ads_exit FXAPI()->fdt_app_exit |
| |
| #define | ads_graphscr FXAPI()->fdt_graphscr |
| |
| #define | ads_textscr FXAPI()->fdt_textscr |
| |
| #define | ads_isalpha FXAPI()->fdt_isalpha |
| |
| #define | ads_isupper FXAPI()->fdt_isupper |
| |
| #define | ads_islower FXAPI()->fdt_islower |
| |
| #define | ads_isdigit FXAPI()->fdt_isdigit |
| |
| #define | ads_isxdigit FXAPI()->fdt_isxdigit |
| |
| #define | ads_isspace FXAPI()->fdt_isspace |
| |
| #define | ads_ispunct FXAPI()->fdt_ispunct |
| |
| #define | ads_isalnum FXAPI()->fdt_isalnum |
| |
| #define | ads_isprint FXAPI()->fdt_isprint |
| |
| #define | ads_isgraph FXAPI()->fdt_isgraph |
| |
| #define | ads_iscntrl FXAPI()->fdt_iscntrl |
| |
| #define | ads_toupper FXAPI()->fdt_toupper |
| |
| #define | ads_tolower FXAPI()->fdt_tolower |
| |
| #define | ads_ssget FXAPI()->fdt_ssget |
| |
| #define | ads_ssfree FXAPI()->fdt_ssfree |
| |
| #define | ads_sslength FXAPI()->fdt_sslength |
| |
| #define | ads_ssadd FXAPI()->fdt_ssadd |
| |
| #define | ads_ssname FXAPI()->fdt_ssname |
| |
| #define | ads_ssmemb FXAPI()->fdt_ssmemb |
| |
| #define | ads_ssdel FXAPI()->fdt_ssdel |
| |
| #define | ads_xformss FXAPI()->fdt_xformss |
| |
| #define | ads_entnext FXAPI()->fdt_entnext |
| |
| #define | ads_entlast FXAPI()->fdt_entlast |
| |
| #define | ads_entdel FXAPI()->fdt_entdel |
| |
| #define | ads_entupd FXAPI()->fdt_entupd |
| |
| #define | acdbNamedObjDict FXAPI()->fdt_namedobjdict |
| |
| #define | ads_inters FXAPI()->fdt_inters |
| |
| #define | ads_angle FXAPI()->fdt_angle |
| |
| #define | ads_distance FXAPI()->fdt_distance |
| |
| #define | ads_polar FXAPI()->fdt_polar |
| |
| #define | ads_usrbrk FXAPI()->fdt_usrbrk |
| |
| #define | ads_trans FXAPI()->fdt_trans |
| |
| #define | ads_redraw FXAPI()->fdt_redraw |
| |
| #define | ads_command FXAPI()->fdt_commandW |
| |
| #define | ads_setvar FXAPI()->fdt_setvarW |
| |
| #define | ads_textbox FXAPI()->fdt_textboxW |
| |
| #define | ads_grread FXAPI()->fdt_grreadW |
| |
| #define | ads_draggen FXAPI()->fdt_draggenW |
| |
| #define | ads_osnap FXAPI()->fdt_osnapW |
| |
| #define | ads_agetenv FXAPI()->fdt_fgetenvW |
| |
| #define | ads_handent FXAPI()->fdt_handentW |
| |
| #define | ads_findfile FXAPI()->fdt_findfileW |
| |
| #define | ads_getfiled FXAPI()->fdt_getfiledW |
| |
| #define | ads_initget FXAPI()->fdt_initgetW |
| |
| #define | ads_getangle FXAPI()->fdt_getangleW |
| |
| #define | ads_getcorner FXAPI()->fdt_getcornerW |
| |
| #define | ads_getdist FXAPI()->fdt_getdistW |
| |
| #define | ads_getorient FXAPI()->fdt_getorientW |
| |
| #define | ads_getpoint FXAPI()->fdt_getpointW |
| |
| #define | ads_getint FXAPI()->fdt_getintW |
| |
| #define | ads_getkword FXAPI()->fdt_getkwordW |
| |
| #define | ads_getreal FXAPI()->fdt_getrealW |
| |
| #define | ads_getinput FXAPI()->fdt_getinputW |
| |
| #define | ads_getstring FXAPI()->fdt_getstringW |
| |
| #define | ads_xload FXAPI()->fdt_xloadW |
| |
| #define | ads_xunload FXAPI()->fdt_xunloadW |
| |
| #define | ads_getargs FXAPI()->fdt_getargsW |
| |
| #define | ads_retstr FXAPI()->fdt_retstrW |
| |
| #define | ads_retlist FXAPI()->fdt_retlistW |
| |
| #define | ads_retval FXAPI()->fdt_retvalW |
| |
| #define | ads_invoke FXAPI()->fdt_invokeW |
| |
| #define | ads_loaded FXAPI()->fdt_loadedW |
| |
| #define | ads_getsym FXAPI()->fdt_getsymW |
| |
| #define | ads_putsym FXAPI()->fdt_putsymW |
| |
| #define | ads_alert FXAPI()->fdt_alertW |
| |
| #define | ads_fail FXAPI()->fdt_failW |
| |
| #define | ads_buildlist FXAPI()->fdt_buildlistW |
| |
| #define | ads_newrb FXAPI()->fdt_newrbW |
| |
| #define | ads_relrb FXAPI()->fdt_relrbW |
| |
| #define | ads_cmd FXAPI()->fdt_cmdW |
| |
| #define | ads_getvar FXAPI()->fdt_getvarW |
| |
| #define | ads_cvunit FXAPI()->fdt_cvunitW |
| |
| #define | ads_angtos FXAPI()->fdt_angtosW |
| |
| #define | ads_rtos FXAPI()->fdt_rtosW |
| |
| #define | ads_angtof FXAPI()->fdt_angtofW |
| |
| #define | ads_distof FXAPI()->fdt_distofW |
| |
| #define | ads_wcmatch FXAPI()->fdt_wcmatchW |
| |
| #define | ads_prompt FXAPI()->fdt_promptW |
| |
| #define | ads_printf FXAPI()->fdt_printfW |
| |
| #define | ads_regapp FXAPI()->fdt_regappW |
| |
| #define | ads_entget FXAPI()->fdt_entgetW |
| |
| #define | ads_entgetx FXAPI()->fdt_entgetxW |
| |
| #define | ads_entmod FXAPI()->fdt_entmodW |
| |
| #define | ads_entmake FXAPI()->fdt_entmakeW |
| |
| #define | ads_entsel FXAPI()->fdt_entselW |
| |
| #define | ads_nentselp FXAPI()->fdt_nentselpW |
| |
| #define | ads_tblnext FXAPI()->fdt_tblnextW |
| |
| #define | ads_tblsearch(a, b, c) FXAPI()->fdt_tblsearchW(a,b) |
| |
| #define | ads_tblobjname FXAPI()->fdt_tblobjnameW |
| |
| #define | acdbDictRename FXAPI()->fdt_dictionary_renameW |
| |
| #define | acdbDictRemove(a, b) FXAPI()->fdt_dictionary_deleteW(a,b,NULL) |
| |
| #define | acdbDictAdd FXAPI()->fdt_dictionary_addW |
| |
| #define | ads_menucmd FXAPI()->fdt_menucmdW |
| |
| #define | NULLCB NO_CLIENTFUNC |
| |
| #define | LIST_CHANGE DLG_L_CHANGE |
| |
| #define | LIST_APPEND DLG_L_APPEND |
| |
| #define | LIST_NEW DLG_L_NEW |
| |
| #define | CALLB EXPORT |
| |