|
CFx SDK Documentation
2023 SP0
|
This is the complete list of members for CFxAPI, including all inherited members.
| AddResBuf(fdt_resbufW *pResBuf, int iType, const fdt_u_valW &value)=0 | CFxAPI | pure virtual |
| CheckFilter(fdt_name ename, const fdt_resbufW *entmask)=0 | CFxAPI | pure virtual |
| ConvertToA(const fdt_resbufW *rbuffer, int iDepth=0) | CFxAPI | virtual |
| ConvertToA(const fdt_resbufW &rbufferW, fdt_resbufA &rbufferA) | CFxAPI | virtual |
| ConvertToW(const fdt_resbufA *rbuffer, int iDepth=0) | CFxAPI | virtual |
| ConvertToW(const fdt_resbufA &rbufferA, fdt_resbufW &rbufferW) | CFxAPI | virtual |
| dcl_action_tileA(dcl_hdlg hDialog, const char *szControlKey, void *pfnControlFunc)=0 | CFxAPI | pure virtual |
| dcl_action_tileW(dcl_hdlg hDialog, const wchar_t *szControlKey, void *pfnControlFunc)=0 | CFxAPI | pure virtual |
| dcl_add_listA(const char *szAddToList)=0 | CFxAPI | pure virtual |
| dcl_add_listW(const wchar_t *szAddToList)=0 | CFxAPI | pure virtual |
| dcl_client_data_tileA(dcl_hdlg hDialog, const char *szControlKey, void *pApplicationData)=0 | CFxAPI | pure virtual |
| dcl_client_data_tileW(dcl_hdlg hDialog, const wchar_t *szControlKey, void *pApplicationData)=0 | CFxAPI | pure virtual |
| dcl_dimensions_tileA(dcl_hdlg hDialog, const char *szControlKey, int *nWidthLess1, int *nHeightLess1)=0 | CFxAPI | pure virtual |
| dcl_dimensions_tileW(dcl_hdlg hDialog, const wchar_t *szControlKey, int *nWidthLess1, int *nHeightLess1)=0 | CFxAPI | pure virtual |
| dcl_done_dialog(dcl_hdlg hDialog, int nMessage)=0 | CFxAPI | pure virtual |
| dcl_done_positioned_dialog(dcl_hdlg hDialog, int nMessage, int *nXPos, int *nYPos)=0 | CFxAPI | pure virtual |
| dcl_end_image(void)=0 | CFxAPI | pure virtual |
| dcl_end_list(void)=0 | CFxAPI | pure virtual |
| dcl_fill_image(int nULCornerX, int nULCornerY, int nWidthLess1, int nHeightLess1, int nColor)=0 | CFxAPI | pure virtual |
| dcl_get_attr_stringA(dcl_htile hControl, const char *szAttribName, char *szAttribInfo, int lInfoMaxLength)=0 | CFxAPI | pure virtual |
| dcl_get_attr_stringW(dcl_htile hControl, const wchar_t *szAttribName, wchar_t *szAttribInfo, int lInfoMaxLength)=0 | CFxAPI | pure virtual |
| dcl_get_attrA(dcl_hdlg hDialog, const char *szControlKey, const char *szAttribName, char *szAttribInfo, int lInfoMaxLength)=0 | CFxAPI | pure virtual |
| dcl_get_attrW(dcl_hdlg hDialog, const wchar_t *szControlKey, const wchar_t *szAttribName, wchar_t *szAttribInfo, int lInfoMaxLength)=0 | CFxAPI | pure virtual |
| dcl_get_list_stringA(dcl_hdlg hDialog, const char *szControlKey, char *szListString, int nStringLength, int nWhichItem)=0 | CFxAPI | pure virtual |
| dcl_get_list_stringW(dcl_hdlg hDialog, const wchar_t *szControlKey, wchar_t *szListString, int nStringLength, int nWhichItem)=0 | CFxAPI | pure virtual |
| dcl_get_tile_keyA(dcl_htile hTile, char *szControlKey, int lControlKeyLength)=0 | CFxAPI | pure virtual |
| dcl_get_tile_keyW(dcl_htile hTile, wchar_t *szControlKey, int lControlKeyLength)=0 | CFxAPI | pure virtual |
| dcl_get_tileA(dcl_hdlg hDialog, const char *szControlKey, char *szControlInfo, int lInfoMaxLength)=0 | CFxAPI | pure virtual |
| dcl_get_tileW(dcl_hdlg hDialog, const wchar_t *szControlKey, wchar_t *szControlInfo, int lInfoMaxLength)=0 | CFxAPI | pure virtual |
| dcl_load_dialogA(const char *szFileToLoad, int *nDialogFileID)=0 | CFxAPI | pure virtual |
| dcl_load_dialogW(const wchar_t *szFileToLoad, int *nDialogFileID)=0 | CFxAPI | pure virtual |
| dcl_mode_tileA(dcl_hdlg hDialog, const char *szControlKey, int nTileState)=0 | CFxAPI | pure virtual |
| dcl_mode_tileW(dcl_hdlg hDialog, const wchar_t *szControlKey, int nTileState)=0 | CFxAPI | pure virtual |
| dcl_new_dialogA(const char *szDialogName, int nDialogFileID, void *pfnDef_Callback, dcl_hdlg *hDialog)=0 | CFxAPI | pure virtual |
| dcl_new_dialogW(const wchar_t *szDialogName, int nDialogFileID, void *pfnDef_Callback, dcl_hdlg *hDialog)=0 | CFxAPI | pure virtual |
| dcl_new_positioned_dialogA(const char *szDialogName, int nDialogFileID, void *pfnDef_Callback, int nXPos, int nYPos, dcl_hdlg *hDialog)=0 | CFxAPI | pure virtual |
| dcl_new_positioned_dialogW(const wchar_t *szDialogName, int nDialogFileID, void *pfnDef_Callback, int nXPos, int nYPos, dcl_hdlg *hDialog)=0 | CFxAPI | pure virtual |
| dcl_set_tileA(dcl_hdlg hDialog, const char *szControlKey, const char *szControlInfo)=0 | CFxAPI | pure virtual |
| dcl_set_tileW(dcl_hdlg hDialog, const wchar_t *szControlKey, const wchar_t *szControlInfo)=0 | CFxAPI | pure virtual |
| dcl_slide_imageA(int nULCornerX, int nULCornerY, int nWidthLess1, int nHeightLess1, const char *szSnapshotName)=0 | CFxAPI | pure virtual |
| dcl_slide_imageW(int nULCornerX, int nULCornerY, int nWidthLess1, int nHeightLess1, const wchar_t *szSnapshotName)=0 | CFxAPI | pure virtual |
| dcl_start_dialog(dcl_hdlg hDialog, int *nMessage)=0 | CFxAPI | pure virtual |
| dcl_start_imageA(dcl_hdlg hDialog, const char *szControlKey)=0 | CFxAPI | pure virtual |
| dcl_start_imageW(dcl_hdlg hDialog, const wchar_t *szControlKey)=0 | CFxAPI | pure virtual |
| dcl_start_listA(dcl_hdlg hDialog, const char *szControlKey, int nChangeAddNew, int nWhichItem)=0 | CFxAPI | pure virtual |
| dcl_start_listW(dcl_hdlg hDialog, const wchar_t *szControlKey, int nChangeAddNew, int nWhichItem)=0 | CFxAPI | pure virtual |
| dcl_term_dialog(void)=0 | CFxAPI | pure virtual |
| dcl_unload_dialog(int nDialogFileID)=0 | CFxAPI | pure virtual |
| dcl_vector_image(int nXVectStart, int nYVectStart, int nXVectEnd, int nYVectEnd, int nColor)=0 | CFxAPI | pure virtual |
| dlg_DialogDone(const dlg_hdlg hdlg, const int status)=0 | CFxAPI | pure virtual |
| dlg_DialogDonePositioned(const dlg_hdlg hdlg, const int status, int *x_result, int *y_result)=0 | CFxAPI | pure virtual |
| dlg_DialogLoadA(const char *dlg_file, int *dlg_id)=0 | CFxAPI | pure virtual |
| dlg_DialogLoadW(const wchar_t *dlg_file, int *dlg_id)=0 | CFxAPI | pure virtual |
| dlg_DialogNewA(const char *dlg_name, const int dlg_id, const CCLIENTFUNCA def_callback, dlg_hdlg *hdlg)=0 | CFxAPI | pure virtual |
| dlg_DialogNewPositionedA(const char *dlg_name, const int dlg_id, const CCLIENTFUNCA def_callback, const int x, const int y, dlg_hdlg *hdlg)=0 | CFxAPI | pure virtual |
| dlg_DialogNewPositionedW(const wchar_t *dlg_name, const int dlg_id, const CCLIENTFUNCW def_callback, const int x, const int y, dlg_hdlg *hdlg)=0 | CFxAPI | pure virtual |
| dlg_DialogNewW(const wchar_t *dlg_name, const int dlg_id, const CCLIENTFUNCW def_callback, dlg_hdlg *hdlg)=0 | CFxAPI | pure virtual |
| dlg_DialogStart(const dlg_hdlg hdlg, int *status, const CDLGINITFUNC init_dialog_callback)=0 | CFxAPI | pure virtual |
| dlg_DialogTerm()=0 | CFxAPI | pure virtual |
| dlg_DialogUnload(int dlg_id)=0 | CFxAPI | pure virtual |
| dlg_ImageBmpA(const short x1, const short y1, const short x2, const short y2, const char *szBmpPath)=0 | CFxAPI | pure virtual |
| dlg_ImageBmpW(const short x1, const short y1, const short x2, const short y2, const wchar_t *szBmpPath)=0 | CFxAPI | pure virtual |
| dlg_ImageEnd()=0 | CFxAPI | pure virtual |
| dlg_ImageFill(const short x1, const short y1, const short x2, const short y2, const short color)=0 | CFxAPI | pure virtual |
| dlg_ImageLibraryA(const short x1, const short y1, const short x2, const short y2, const char *szImageName, const char *szLibPath)=0 | CFxAPI | pure virtual |
| dlg_ImageLibraryW(const short x1, const short y1, const short x2, const short y2, const wchar_t *szImageName, const wchar_t *szLibPath)=0 | CFxAPI | pure virtual |
| dlg_ImagePreviewBmpA(const short x1, const short y1, const short x2, const short y2, const char *szDrawingPath)=0 | CFxAPI | pure virtual |
| dlg_ImagePreviewBmpW(const short x1, const short y1, const short x2, const short y2, const wchar_t *szDrawingPath)=0 | CFxAPI | pure virtual |
| dlg_ImageSlideA(const short x1, const short y1, const short x2, const short y2, const char *szDrawingPath)=0 | CFxAPI | pure virtual |
| dlg_ImageSlideW(const short x1, const short y1, const short x2, const short y2, const wchar_t *szDrawingPath)=0 | CFxAPI | pure virtual |
| dlg_ImageStartA(const dlg_hdlg hdlg, const char *key)=0 | CFxAPI | pure virtual |
| dlg_ImageStartW(const dlg_hdlg hdlg, const wchar_t *key)=0 | CFxAPI | pure virtual |
| dlg_ImageVector(const short x1, const short y1, const short x2, const short y2, const short color)=0 | CFxAPI | pure virtual |
| dlg_ImageWmfA(const short x1, const short y1, const short x2, const short y2, const char *szWmfPath)=0 | CFxAPI | pure virtual |
| dlg_ImageWmfW(const short x1, const short y1, const short x2, const short y2, const wchar_t *szWmfPath)=0 | CFxAPI | pure virtual |
| dlg_ListAddA(const char *item)=0 | CFxAPI | pure virtual |
| dlg_ListAddW(const wchar_t *item)=0 | CFxAPI | pure virtual |
| dlg_ListEnd()=0 | CFxAPI | pure virtual |
| dlg_ListGetA(int *nPos, char *szBuffer, const int maxlen)=0 | CFxAPI | pure virtual |
| dlg_ListGetW(int *nPos, wchar_t *szBuffer, const int maxlen)=0 | CFxAPI | pure virtual |
| dlg_ListSetColumnWidthA(const dlg_hdlg hdlg, const char *key, const char *columnwidth)=0 | CFxAPI | pure virtual |
| dlg_ListSetColumnWidthW(const dlg_hdlg hdlg, const wchar_t *key, const wchar_t *columnwidth)=0 | CFxAPI | pure virtual |
| dlg_ListSetTabStopsA(const dlg_hdlg hdlg, const char *key, const char *tabstops)=0 | CFxAPI | pure virtual |
| dlg_ListSetTabStopsW(const dlg_hdlg hdlg, const wchar_t *key, const wchar_t *tabstops)=0 | CFxAPI | pure virtual |
| dlg_ListStartA(const dlg_hdlg hdlg, const char *key, const short operation, const short index)=0 | CFxAPI | pure virtual |
| dlg_ListStartW(const dlg_hdlg hdlg, const wchar_t *key, const short operation, const short index)=0 | CFxAPI | pure virtual |
| dlg_SliderGetA(const dlg_hdlg hdlg, const char *key, int *nCurPos, int *nMinPos, int *nMaxPos, int *nSmallInc, int *nBigInc)=0 | CFxAPI | pure virtual |
| dlg_SliderGetW(const dlg_hdlg hdlg, const wchar_t *key, int *nCurPos, int *nMinPos, int *nMaxPos, int *nSmallInc, int *nBigInc)=0 | CFxAPI | pure virtual |
| dlg_SliderSetA(const dlg_hdlg hdlg, const char *key, const int nCurPos, const int nMinPos, const int nMaxPos, const int nSmallInc, const int nBigInc)=0 | CFxAPI | pure virtual |
| dlg_SliderSetW(const dlg_hdlg hdlg, const wchar_t *key, const int nCurPos, const int nMinPos, const int nMaxPos, const int nSmallInc, const int nBigInc)=0 | CFxAPI | pure virtual |
| dlg_TileActionA(const dlg_hdlg hdlg, const char *key, const CCLIENTFUNCA tilefunc)=0 | CFxAPI | pure virtual |
| dlg_TileActionW(const dlg_hdlg hdlg, const wchar_t *key, const CCLIENTFUNCW tilefunc)=0 | CFxAPI | pure virtual |
| dlg_TileClientDataA(const dlg_hdlg hdlg, const char *key, void *clientdata)=0 | CFxAPI | pure virtual |
| dlg_TileClientDataW(const dlg_hdlg hdlg, const wchar_t *key, void *clientdata)=0 | CFxAPI | pure virtual |
| dlg_TileDimensionsA(const dlg_hdlg hdlg, const char *key, short *cx, short *cy)=0 | CFxAPI | pure virtual |
| dlg_TileDimensionsW(const dlg_hdlg hdlg, const wchar_t *key, short *cx, short *cy)=0 | CFxAPI | pure virtual |
| dlg_TileGetA(const dlg_hdlg hdlg, const char *key, char *value, const int maxlen)=0 | CFxAPI | pure virtual |
| dlg_TileGetW(const dlg_hdlg hdlg, const wchar_t *key, wchar_t *value, const int maxlen)=0 | CFxAPI | pure virtual |
| dlg_TileModeA(const dlg_hdlg hdlg, const char *key, const short mode)=0 | CFxAPI | pure virtual |
| dlg_TileModeW(const dlg_hdlg hdlg, const wchar_t *key, const short mode)=0 | CFxAPI | pure virtual |
| dlg_TileSetA(const dlg_hdlg hdlg, const char *key, const char *value)=0 | CFxAPI | pure virtual |
| dlg_TileSetFontA(const dlg_hdlg hdlg, const char *key, const short font)=0 | CFxAPI | pure virtual |
| dlg_TileSetFontW(const dlg_hdlg hdlg, const wchar_t *key, const short font)=0 | CFxAPI | pure virtual |
| dlg_TileSetW(const dlg_hdlg hdlg, const wchar_t *key, const wchar_t *value)=0 | CFxAPI | pure virtual |
| fdt_actcmdA(const char *command_name)=0 | CFxAPI | pure virtual |
| fdt_actcmdW(const wchar_t *command_name)=0 | CFxAPI | pure virtual |
| fdt_activate_progress_barA(const char *lpszMessage)=0 | CFxAPI | pure virtual |
| fdt_activate_progress_barW(const wchar_t *lpszMessage)=0 | CFxAPI | pure virtual |
| fdt_add_support_pathA(const char *szSupportPath)=0 | CFxAPI | pure virtual |
| fdt_add_support_pathW(const wchar_t *szSupportPath)=0 | CFxAPI | pure virtual |
| fdt_addimage2libA(const char *szLibName, const char *szImageString, const char *szImagePath, unsigned short wType)=0 | CFxAPI | pure virtual |
| fdt_addimage2libW(const wchar_t *szLibName, const wchar_t *szImageString, const wchar_t *szImagePath, unsigned short wType)=0 | CFxAPI | pure virtual |
| fdt_alertA(const char *lpszMessage)=0 | CFxAPI | pure virtual |
| fdt_alertW(const wchar_t *lpszMessage)=0 | CFxAPI | pure virtual |
| fdt_all_toolbars_visibleA(bool visible)=0 | CFxAPI | pure virtual |
| fdt_all_toolbars_visibleW(bool visible)=0 | CFxAPI | pure virtual |
| fdt_angle(const fdt_point point1, const fdt_point point2)=0 | CFxAPI | pure virtual |
| fdt_angtofA(const char *string, int format, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_angtofW(const wchar_t *string, int format, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_angtosA(fdt_real value, int format, int precision, char *string, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_angtosW(fdt_real value, int format, int precision, wchar_t *string, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_appinters(fdt_point pt1, fdt_point pt2, fdt_point result)=0 | CFxAPI | pure virtual |
| fdt_atofA(const wchar_t *string, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_atofW(const wchar_t *string, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_boundingbox(fdt_name name, fdt_point min, fdt_point max)=0 | CFxAPI | pure virtual |
| fdt_bspline2poly(fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_buildlistA(int itype,...)=0 | CFxAPI | pure virtual |
| fdt_buildlistA(int itype, va_list list)=0 | CFxAPI | pure virtual |
| fdt_buildlistW(int itype,...)=0 | CFxAPI | pure virtual |
| fdt_buildlistW(int itype, va_list list)=0 | CFxAPI | pure virtual |
| fdt_capture_grread(void)=0 | CFxAPI | pure virtual |
| fdt_catrom2poly_2d(fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_cleartextscr(void)=0 | CFxAPI | pure virtual |
| fdt_cmdA(const fdt_resbufA *rb_cmd)=0 | CFxAPI | pure virtual |
| fdt_cmdW(const fdt_resbufW *rb_cmd)=0 | CFxAPI | pure virtual |
| fdt_commandA(int itype,...)=0 | CFxAPI | pure virtual |
| fdt_commandA(int itype, va_list list)=0 | CFxAPI | pure virtual |
| fdt_commandW(int itype,...)=0 | CFxAPI | pure virtual |
| fdt_commandW(int itype, va_list list)=0 | CFxAPI | pure virtual |
| fdt_compfontA(const char *source_file, const char *target_file)=0 | CFxAPI | pure virtual |
| fdt_compfontW(const wchar_t *source_file, const wchar_t *target_file)=0 | CFxAPI | pure virtual |
| fdt_copyresbufA(const fdt_resbufA *source_rb, fdt_resbufA **target_rb)=0 | CFxAPI | pure virtual |
| fdt_copyresbufW(const fdt_resbufW *source_rb, fdt_resbufW **target_rb)=0 | CFxAPI | pure virtual |
| fdt_curve_getarea(fdt_name curve, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_curve_getclosestpointto(fdt_name curve, fdt_point point, int iExtend, fdt_point retvalue)=0 | CFxAPI | pure virtual |
| fdt_curve_getclosestpointtoprojection(fdt_name curve, fdt_point point, fdt_point normal, int iExtend, fdt_point retvalue)=0 | CFxAPI | pure virtual |
| fdt_curve_getdistatparam(fdt_name curve, fdt_real param, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_curve_getdistatpoint(fdt_name curve, fdt_point point, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_curve_getendparam(fdt_name curve, fdt_real *param)=0 | CFxAPI | pure virtual |
| fdt_curve_getendpoint(fdt_name curve, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_curve_getfirstderiv(fdt_name curve, fdt_real param, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_curve_getparamatdist(fdt_name curve, fdt_real dist, fdt_real *param)=0 | CFxAPI | pure virtual |
| fdt_curve_getparamatpoint(fdt_name curve, fdt_point point, fdt_real *param)=0 | CFxAPI | pure virtual |
| fdt_curve_getpointatdist(fdt_name curve, fdt_real dist, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_curve_getpointatparam(fdt_name curve, fdt_real param, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_curve_getsecondderiv(fdt_name curve, fdt_real param, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_curve_getstartparam(fdt_name curve, fdt_real *param)=0 | CFxAPI | pure virtual |
| fdt_curve_getstartpoint(fdt_name curve, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_curve_isclosed(fdt_name curve, int *iBool)=0 | CFxAPI | pure virtual |
| fdt_curve_isperiodic(fdt_name curve, int *iBool)=0 | CFxAPI | pure virtual |
| fdt_curve_isplanar(fdt_name curve, int *iBool)=0 | CFxAPI | pure virtual |
| fdt_cvunitA(fdt_real value, const char *source_unit, const char *target_unit, fdt_real *result)=0 | CFxAPI | pure virtual |
| fdt_cvunitW(fdt_real value, const wchar_t *source_unit, const wchar_t *target_unit, fdt_real *result)=0 | CFxAPI | pure virtual |
| fdt_delcmdA(const char *command_name)=0 | CFxAPI | pure virtual |
| fdt_delcmdW(const wchar_t *command_name)=0 | CFxAPI | pure virtual |
| fdt_deldbmodhook(DBMODHOOKPROC fnDbModHook)=0 | CFxAPI | pure virtual |
| fdt_delimagefromlibA(const char *szLibName, const char *szImageString)=0 | CFxAPI | pure virtual |
| fdt_delimagefromlibW(const wchar_t *szLibName, const wchar_t *szImageString)=0 | CFxAPI | pure virtual |
| fdt_delmousehook(void)=0 | CFxAPI | pure virtual |
| fdt_delselecthook(SELECTHOOKPROC fnSelHook)=0 | CFxAPI | pure virtual |
| fdt_delselecthookex()=0 | CFxAPI | pure virtual |
| fdt_dictionary_addA(fdt_name dict, const char *lpName, fdt_name object)=0 | CFxAPI | pure virtual |
| fdt_dictionary_addW(fdt_name dict, const wchar_t *lpName, fdt_name object)=0 | CFxAPI | pure virtual |
| fdt_dictionary_deleteA(fdt_name dict, const char *lpName, fdt_name object)=0 | CFxAPI | pure virtual |
| fdt_dictionary_deleteW(fdt_name dict, const wchar_t *lpName, fdt_name object)=0 | CFxAPI | pure virtual |
| fdt_dictionary_nextA(fdt_name dict, int flag)=0 | CFxAPI | pure virtual |
| fdt_dictionary_nextW(fdt_name dict, int flag)=0 | CFxAPI | pure virtual |
| fdt_dictionary_renameA(fdt_name dict, const char *lpNameOld, const char *lpNameNew)=0 | CFxAPI | pure virtual |
| fdt_dictionary_renameW(fdt_name dict, const wchar_t *lpNameOld, const wchar_t *lpNameNew)=0 | CFxAPI | pure virtual |
| fdt_dictionary_searchA(fdt_name dict, const char *lpName, int iSetNext)=0 | CFxAPI | pure virtual |
| fdt_dictionary_searchW(fdt_name dict, const wchar_t *lpName, int iSetNext)=0 | CFxAPI | pure virtual |
| fdt_directory_filesA(const char *lpDirectory, const char *lpFilter, int mode, fdt_resbufA **lpResult)=0 | CFxAPI | pure virtual |
| fdt_directory_filesW(const wchar_t *lpDirectory, const wchar_t *lpFilter, int mode, fdt_resbufW **lpResult)=0 | CFxAPI | pure virtual |
| fdt_distance(const fdt_point point1, const fdt_point point2)=0 | CFxAPI | pure virtual |
| fdt_distofA(const char *string, int format, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_distofW(const wchar_t *string, int format, fdt_real *value)=0 | CFxAPI | pure virtual |
| fdt_draggenA(const fdt_name sname, const char *prompt, int cursor, int(*scanfunc)(fdt_point, fdt_matrix), fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_draggenW(const fdt_name sname, const wchar_t *prompt, int cursor, int(*scanfunc)(fdt_point, fdt_matrix), fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_drxloadA(const char *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_drxloadW(const wchar_t *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_drxunloadA(const char *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_drxunloadW(const wchar_t *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_entcheck(fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_entdel(const fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_entget_dbhookA(fdt_name ename, bool openErased=true)=0 | CFxAPI | pure virtual |
| fdt_entget_dbhookW(fdt_name ename, bool openErased=true)=0 | CFxAPI | pure virtual |
| fdt_entgetA(const fdt_name ename, bool openErased=false)=0 | CFxAPI | pure virtual |
| fdt_entgetW(const fdt_name ename, bool openErased=false)=0 | CFxAPI | pure virtual |
| fdt_entgetxA(const fdt_name ename, const fdt_resbufA *applic_name, bool openErased=false)=0 | CFxAPI | pure virtual |
| fdt_entgetxW(const fdt_name ename, const fdt_resbufW *applic_name, bool openErased=false)=0 | CFxAPI | pure virtual |
| fdt_entlast(fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_entmakeA(const fdt_resbufA *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_entmakeW(const fdt_resbufW *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_entmakexA(const fdt_resbufA *rbuffer, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_entmakexW(const fdt_resbufW *rbuffer, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_entmod_dbhookA(fdt_resbufA *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_entmod_dbhookW(fdt_resbufW *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_entmod_type(void)=0 | CFxAPI | pure virtual |
| fdt_entmodA(const fdt_resbufA *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_entmodW(const fdt_resbufW *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_entnext(const fdt_name ename, fdt_name next_ename)=0 | CFxAPI | pure virtual |
| fdt_entnext_dbhook(fdt_name ename, fdt_name next_ename)=0 | CFxAPI | pure virtual |
| fdt_entpos(const fdt_pos position, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_entselA(const char *prompt, fdt_name ename, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_entselW(const wchar_t *prompt, fdt_name ename, fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_entupd(fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_exit_dragmode(void)=0 | CFxAPI | pure virtual |
| fdt_failA(const char *lpszErrorText)=0 | CFxAPI | pure virtual |
| fdt_failW(const wchar_t *lpszErrorText)=0 | CFxAPI | pure virtual |
| fdt_fgetenvA(const char *path_kword, char *path)=0 | CFxAPI | pure virtual |
| fdt_fgetenvW(const wchar_t *path_kword, wchar_t *path)=0 | CFxAPI | pure virtual |
| fdt_file_copyA(const char *lpSource, const char *lpDest, int iAppend, int *iSize)=0 | CFxAPI | pure virtual |
| fdt_file_copyW(const wchar_t *lpSource, const wchar_t *lpDest, int iAppend, int *iSize)=0 | CFxAPI | pure virtual |
| fdt_file_deleteA(const char *lpFile)=0 | CFxAPI | pure virtual |
| fdt_file_deleteW(const wchar_t *lpFile)=0 | CFxAPI | pure virtual |
| fdt_file_directory_pA(const char *lpFile)=0 | CFxAPI | pure virtual |
| fdt_file_directory_pW(const wchar_t *lpFile)=0 | CFxAPI | pure virtual |
| fdt_file_renameA(const char *lpSource, const char *lpDest)=0 | CFxAPI | pure virtual |
| fdt_file_renameW(const wchar_t *lpSource, const wchar_t *lpDest)=0 | CFxAPI | pure virtual |
| fdt_file_sizeA(const char *lpFile, int *lpValue)=0 | CFxAPI | pure virtual |
| fdt_file_sizeW(const wchar_t *lpfile, int *lpValue)=0 | CFxAPI | pure virtual |
| fdt_file_systimeA(const char *lpFile, int *iYear, int *iMonth, int *iWeekDay, int *iMonthDay, int *iHour, int *iMinute, int *iSecond, int *iMilliSecond)=0 | CFxAPI | pure virtual |
| fdt_file_systimeW(const wchar_t *lpfile, int *iYear, int *iMonth, int *iWeekDay, int *iMonthDay, int *iHour, int *iMinute, int *iSecond, int *iMilliSecond)=0 | CFxAPI | pure virtual |
| fdt_filename_baseA(const char *lpFile, char *lpDir, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_baseW(const wchar_t *lpFile, wchar_t *lpDir, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_directoryA(const char *lpFile, char *lpDir, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_directoryW(const wchar_t *lpFile, wchar_t *lpDir, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_extensionA(const char *lpFile, char *lpDir, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_extensionW(const wchar_t *lpFile, wchar_t *lpDir, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_mktempA(const char *lpPattern, const char *lpDirectory, const char *lpExt, char *lpFile, int iCount)=0 | CFxAPI | pure virtual |
| fdt_filename_mktempW(const wchar_t *lpPattern, const wchar_t *lpDirectory, const wchar_t *lpExt, wchar_t *lpFile, int iCount)=0 | CFxAPI | pure virtual |
| fdt_findfileA(const char *lpszFilename, char *lpszResultFilename)=0 | CFxAPI | pure virtual |
| fdt_findfileW(const wchar_t *lpszFilename, wchar_t *lpszResultFilename)=0 | CFxAPI | pure virtual |
| fdt_flxclose(int save_mode)=0 | CFxAPI | pure virtual |
| fdt_flxclosevport(void)=0 | CFxAPI | pure virtual |
| fdt_flxnamesA(fdt_resbufA **names)=0 | CFxAPI | pure virtual |
| fdt_flxnamesW(fdt_resbufW **names)=0 | CFxAPI | pure virtual |
| fdt_flxnewA(const char *filename, const char *template_filename)=0 | CFxAPI | pure virtual |
| fdt_flxnewW(const wchar_t *filename, const wchar_t *template_filename)=0 | CFxAPI | pure virtual |
| fdt_flxopenA(const char *filename, int ro_flag)=0 | CFxAPI | pure virtual |
| fdt_flxopenW(const wchar_t *filename, int ro_flag)=0 | CFxAPI | pure virtual |
| fdt_flxrnewA(const char *filename, const char *template_filename)=0 | CFxAPI | pure virtual |
| fdt_flxrnewW(const wchar_t *filename, const wchar_t *template_filename)=0 | CFxAPI | pure virtual |
| fdt_flxropenA(const char *filename, int ro_flag)=0 | CFxAPI | pure virtual |
| fdt_flxropenW(const wchar_t *filename, int ro_flag)=0 | CFxAPI | pure virtual |
| fdt_flxsave(void)=0 | CFxAPI | pure virtual |
| fdt_flxsaveasA(const char *filename)=0 | CFxAPI | pure virtual |
| fdt_flxsaveasW(const wchar_t *filename)=0 | CFxAPI | pure virtual |
| fdt_free(void *buffer)=0 | CFxAPI | pure virtual |
| fdt_genout(fdt_name ename, short mode, void *UserData, FDT_GENOUTCALLBPROC CallBackFunction)=0 | CFxAPI | pure virtual |
| fdt_genout_enamesA(fdt_resbufA **rb)=0 | CFxAPI | pure virtual |
| fdt_genout_enamesW(fdt_resbufW **rb)=0 | CFxAPI | pure virtual |
| fdt_getactivedocumentA(fdt_resbufA **data)=0 | CFxAPI | pure virtual |
| fdt_getactivedocumentW(fdt_resbufW **data)=0 | CFxAPI | pure virtual |
| fdt_getactvport(short *nDbNo, short *nVpNo)=0 | CFxAPI | pure virtual |
| fdt_getangleA(const fdt_point point, const char *prompt, fdt_real *angle_rslt)=0 | CFxAPI | pure virtual |
| fdt_getangleW(const fdt_point point, const wchar_t *prompt, fdt_real *angle_rslt)=0 | CFxAPI | pure virtual |
| fdt_getargsA(void)=0 | CFxAPI | pure virtual |
| fdt_getargsW(void)=0 | CFxAPI | pure virtual |
| fdt_getbackgroundcolorref(FxColorRef *colorref)=0 | CFxAPI | pure virtual |
| fdt_getcfgA(const char *App_ProfileStringName, char *App_ProfileStringValue, int App_ProfileStringLength)=0 | CFxAPI | pure virtual |
| fdt_getcfgW(const wchar_t *App_ProfileStringName, wchar_t *App_ProfileStringValue, int App_ProfileStringLength)=0 | CFxAPI | pure virtual |
| fdt_getcnameA(const char *Cmd_Name, char **Primary_Cmd_Name)=0 | CFxAPI | pure virtual |
| fdt_getcnameW(const wchar_t *Cmd_Name, wchar_t **Primary_Cmd_Name)=0 | CFxAPI | pure virtual |
| fdt_getcolorindex(FxWId parent_window, int default_value, int mode_flag, int *int_result)=0 | CFxAPI | pure virtual |
| fdt_getcolorref(int colorindex, FxColorRef *colorref)=0 | CFxAPI | pure virtual |
| fdt_getconfintA(const char *lpAppName, const char *lpKeyName, int nDefault)=0 | CFxAPI | pure virtual |
| fdt_getconfintW(const wchar_t *lpAppName, const wchar_t *lpKeyName, int nDefault)=0 | CFxAPI | pure virtual |
| fdt_getconfstringA(const char *lpAppName, const char *lpKeyName, const char *lpDefault, char *lpReturnedString, unsigned int nSize)=0 | CFxAPI | pure virtual |
| fdt_getconfstringW(const wchar_t *lpAppName, const wchar_t *lpKeyName, const wchar_t *lpDefault, wchar_t *lpReturnedString, unsigned int nSize)=0 | CFxAPI | pure virtual |
| fdt_getcornerA(const fdt_point point, const char *prompt, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_getcornerW(const fdt_point point, const wchar_t *prompt, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_getcurr_mousepos(fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_getcursor(short nDbNo, struct cursordef *cursor_style)=0 | CFxAPI | pure virtual |
| fdt_getdesktopcolor(short iDescElement, short *iColorIndex)=0 | CFxAPI | pure virtual |
| fdt_getdistA(const fdt_point point, const char *prompt, fdt_real *distance)=0 | CFxAPI | pure virtual |
| fdt_getdistW(const fdt_point point, const wchar_t *prompt, fdt_real *distance)=0 | CFxAPI | pure virtual |
| fdt_getenvA(const char *szVarname, const char *szIni_section, const char *szIni_file, int length, char *szResult)=0 | CFxAPI | pure virtual |
| fdt_getenvW(const wchar_t *szVarname, const wchar_t *szIni_section, const wchar_t *szIni_file, int length, wchar_t *szResult)=0 | CFxAPI | pure virtual |
| fdt_getfiledA(const char *lpszTitle, const char *lpszDefault, const char *lpszExtension, int flags, fdt_resbufA *pResultFilename)=0 | CFxAPI | pure virtual |
| fdt_getfiledW(const wchar_t *lpszTitle, const wchar_t *lpszDefault, const wchar_t *lpszExtension, int flags, fdt_resbufW *pResultFilename)=0 | CFxAPI | pure virtual |
| fdt_gethandle(FxWId *frame_hwnd, FxWId *client_hwnd)=0 | CFxAPI | pure virtual |
| fdt_getimagetypeA(const char *szLibName, const char *szImageString)=0 | CFxAPI | pure virtual |
| fdt_getimagetypeW(const wchar_t *szLibName, const wchar_t *szImageString)=0 | CFxAPI | pure virtual |
| fdt_getininameA(char *lpszIniName, int iIniNameLength)=0 | CFxAPI | pure virtual |
| fdt_getininameW(wchar_t *lpszIniName, int iIniNameLength)=0 | CFxAPI | pure virtual |
| fdt_getinputA(char *keyword, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_getinputW(wchar_t *keyword, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_getintA(const char *prompt, int *int_rslt)=0 | CFxAPI | pure virtual |
| fdt_getintW(const wchar_t *prompt, int *int_rslt)=0 | CFxAPI | pure virtual |
| fdt_getkwordA(const char *prompt, char *keyword, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_getkwordW(const wchar_t *prompt, wchar_t *keyword, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_GetLastViewportEntId(void)=0 | CFxAPI | pure virtual |
| fdt_getorientA(const fdt_point point, const char *prompt, fdt_real *orientation)=0 | CFxAPI | pure virtual |
| fdt_getorientW(const fdt_point point, const wchar_t *prompt, fdt_real *orientation)=0 | CFxAPI | pure virtual |
| fdt_getpointA(const fdt_point point, const char *prompt, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_getpointW(const fdt_point point, const wchar_t *prompt, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_getpreferenceA(const char *group, const char *name_pref, fdt_resbufA **value)=0 | CFxAPI | pure virtual |
| fdt_getpreferenceW(const wchar_t *group, const wchar_t *name_pref, fdt_resbufW **value)=0 | CFxAPI | pure virtual |
| fdt_getpreviewbitmapA(const char *FileName, FxBitmap *PrevBitmap, FxPalette *BmpPalette)=0 | CFxAPI | pure virtual |
| fdt_getpreviewbitmapW(const wchar_t *FileName, FxBitmap *PrevBitmap, FxPalette *BmpPalette)=0 | CFxAPI | pure virtual |
| fdt_getprinterlistA(fdt_resbufA **printerList)=0 | CFxAPI | pure virtual |
| fdt_getprinterlistW(fdt_resbufW **printerList)=0 | CFxAPI | pure virtual |
| fdt_getprinterpapersizesA(const char *printer, fdt_resbufA **paperSizes)=0 | CFxAPI | pure virtual |
| fdt_getprinterpapersizesW(const wchar_t *printer, fdt_resbufW **paperSizes)=0 | CFxAPI | pure virtual |
| fdt_GetPrintExtInfo(PRINT_EXT_INFO *PrintExtInfo)=0 | CFxAPI | pure virtual |
| fdt_getprofileslistA(char *CurrentProfileName, fdt_resbufA **ListOfProfiles, size_t size)=0 | CFxAPI | pure virtual |
| fdt_getprofileslistW(wchar_t *CurrentProfileName, fdt_resbufW **ListOfProfiles, size_t size)=0 | CFxAPI | pure virtual |
| fdt_getrealA(const char *prompt, fdt_real *real_rslt)=0 | CFxAPI | pure virtual |
| fdt_getrealW(const wchar_t *prompt, fdt_real *real_rslt)=0 | CFxAPI | pure virtual |
| fdt_getrgb(int colorIndex)=0 | CFxAPI | pure virtual |
| fdt_getsnapmodeA(const char *osnap_key, short *osmode_flag)=0 | CFxAPI | pure virtual |
| fdt_getsnapmodeW(const wchar_t *osnap_key, short *osmode_flag)=0 | CFxAPI | pure virtual |
| fdt_getstringA(int flag, const char *prompt, char *string_rslt, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_getstringW(int flag, const wchar_t *prompt, wchar_t *string_rslt, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_getsymA(const char *varname, fdt_resbufA **value)=0 | CFxAPI | pure virtual |
| fdt_getsymW(const wchar_t *varname, fdt_resbufW **value)=0 | CFxAPI | pure virtual |
| fdt_getvarA(const char *lpszSysVar, fdt_resbufA *pValue)=0 | CFxAPI | pure virtual |
| fdt_getvarW(const wchar_t *lpszSysVar, fdt_resbufW *pValue)=0 | CFxAPI | pure virtual |
| fdt_graphscr(void)=0 | CFxAPI | pure virtual |
| fdt_grclear(void)=0 | CFxAPI | pure virtual |
| fdt_grdraw(fdt_point point1, fdt_point point2, int color, int flag)=0 | CFxAPI | pure virtual |
| fdt_grreadA(int flag, int *type, fdt_resbufA *result, bool bTrack=false)=0 | CFxAPI | pure virtual |
| fdt_grreadW(int flag, int *type, fdt_resbufW *result, bool bTrack=false)=0 | CFxAPI | pure virtual |
| fdt_grtextA(const char *string, int *pBox=0, int *pHighlight=0)=0 | CFxAPI | pure virtual |
| fdt_grtextW(const wchar_t *string, int *pBox=0, int *pHighlight=0)=0 | CFxAPI | pure virtual |
| fdt_grvecsA(fdt_resbufA *vlist, fdt_matrix matrix)=0 | CFxAPI | pure virtual |
| fdt_grvecsW(fdt_resbufW *vlist, fdt_matrix matrix)=0 | CFxAPI | pure virtual |
| fdt_handentA(const char *handle, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_handentW(const wchar_t *handle, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_hatch(const fdt_name sname, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_hide_progress_bar(void)=0 | CFxAPI | pure virtual |
| fdt_init_dragmodeA(int mode, fdt_resbufA *params)=0 | CFxAPI | pure virtual |
| fdt_init_dragmodeW(int mode, fdt_resbufW *params)=0 | CFxAPI | pure virtual |
| fdt_initdialog(int show_dlg)=0 | CFxAPI | pure virtual |
| fdt_initgetA(int value, const char *keywords)=0 | CFxAPI | pure virtual |
| fdt_initgetW(int value, const wchar_t *keywords)=0 | CFxAPI | pure virtual |
| fdt_inputA(const char *Prompt, int FilterFlag)=0 | CFxAPI | pure virtual |
| fdt_inputW(const wchar_t *Prompt, int FilterFlag)=0 | CFxAPI | pure virtual |
| fdt_inters(const fdt_point from_pt1, const fdt_point to_pt1, const fdt_point from_pt2, const fdt_point to_pt2, int flag, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_invoke_lispA(const char *LISPExpr, fdt_resbufA **evalresrb)=0 | CFxAPI | pure virtual |
| fdt_invoke_lispW(const wchar_t *LISPExpr, fdt_resbufW **evalresrb)=0 | CFxAPI | pure virtual |
| fdt_invokeA(const fdt_resbufA *arguments, fdt_resbufA **rbuffer)=0 | CFxAPI | pure virtual |
| fdt_invokeW(const fdt_resbufW *arguments, fdt_resbufW **rbuffer)=0 | CFxAPI | pure virtual |
| fdt_isalnum(int character)=0 | CFxAPI | pure virtual |
| fdt_isalpha(int character)=0 | CFxAPI | pure virtual |
| fdt_iscntrl(int character)=0 | CFxAPI | pure virtual |
| fdt_isdbmodhook(void)=0 | CFxAPI | pure virtual |
| fdt_isdigit(int character)=0 | CFxAPI | pure virtual |
| fdt_isgraph(int character)=0 | CFxAPI | pure virtual |
| fdt_islower(int character)=0 | CFxAPI | pure virtual |
| fdt_ismousehook(void)=0 | CFxAPI | pure virtual |
| fdt_isprint(int character)=0 | CFxAPI | pure virtual |
| fdt_ispunct(int character)=0 | CFxAPI | pure virtual |
| fdt_isselecthook(void)=0 | CFxAPI | pure virtual |
| fdt_isspace(int character)=0 | CFxAPI | pure virtual |
| fdt_isupper(int character)=0 | CFxAPI | pure virtual |
| fdt_isxdigit(int character)=0 | CFxAPI | pure virtual |
| fdt_loadA(const char *lisp_file)=0 | CFxAPI | pure virtual |
| fdt_loaded_appsA(int mode, fdt_resbufA **modules_list)=0 | CFxAPI | pure virtual |
| fdt_loaded_appsW(int mode, fdt_resbufW **modules_list)=0 | CFxAPI | pure virtual |
| fdt_loadedA(void)=0 | CFxAPI | pure virtual |
| fdt_loadedW(void)=0 | CFxAPI | pure virtual |
| fdt_loadW(const wchar_t *lisp_file)=0 | CFxAPI | pure virtual |
| fdt_malloc(unsigned int length)=0 | CFxAPI | pure virtual |
| fdt_menucmdA(const char *pString)=0 | CFxAPI | pure virtual |
| fdt_menucmdW(const wchar_t *pString)=0 | CFxAPI | pure virtual |
| fdt_namedobjdict(fdt_name dict)=0 | CFxAPI | pure virtual |
| fdt_nentselA(const char *prompt, fdt_name ename, fdt_point point_rslt, fdt_matrix matrix, fdt_resbufA **refents)=0 | CFxAPI | pure virtual |
| fdt_nentselpA(const char *prompt, fdt_name ename, fdt_point point_rslt, int flag, fdt_matrix matrix, fdt_resbufA **refents)=0 | CFxAPI | pure virtual |
| fdt_nentselpexA(const char *prompt, fdt_name ename, fdt_point point_rslt, int flag, fdt_matrix matrix, fdt_resbufA **refents, unsigned int transSpaceFlag, int *gsmarker)=0 | CFxAPI | pure virtual |
| fdt_nentselpexW(const wchar_t *prompt, fdt_name ename, fdt_point point_rslt, int flag, fdt_matrix matrix, fdt_resbufW **refents, unsigned int transSpaceFlag, int *gsmarker)=0 | CFxAPI | pure virtual |
| fdt_nentselpW(const wchar_t *prompt, fdt_name ename, fdt_point point_rslt, int flag, fdt_matrix matrix, fdt_resbufW **refents)=0 | CFxAPI | pure virtual |
| fdt_nentselW(const wchar_t *prompt, fdt_name ename, fdt_point point_rslt, fdt_matrix matrix, fdt_resbufW **refents)=0 | CFxAPI | pure virtual |
| fdt_newrbA(int value)=0 | CFxAPI | pure virtual |
| fdt_newrbW(int value)=0 | CFxAPI | pure virtual |
| fdt_norm_dxfcode(int dxf_code)=0 | CFxAPI | pure virtual |
| fdt_osnap_mode(fdt_point point, int osmode_flag, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_osnapA(fdt_point point, const char *osnap_key, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_osnapW(fdt_point point, const wchar_t *osnap_key, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_palgetnameslistA(fdt_resbufA **ListOfPaletteNames)=0 | CFxAPI | pure virtual |
| fdt_palgetnameslistW(fdt_resbufW **ListOfPaletteNames)=0 | CFxAPI | pure virtual |
| fdt_palhideA(const char *palname)=0 | CFxAPI | pure virtual |
| fdt_palhideW(const wchar_t *palname)=0 | CFxAPI | pure virtual |
| fdt_palloadA(const char *palfilename)=0 | CFxAPI | pure virtual |
| fdt_palloadW(const wchar_t *palfilename)=0 | CFxAPI | pure virtual |
| fdt_palopendlg(void)=0 | CFxAPI | pure virtual |
| fdt_palshowA(const char *palname)=0 | CFxAPI | pure virtual |
| fdt_palshowW(const wchar_t *palname)=0 | CFxAPI | pure virtual |
| fdt_palunloadA(const char *palname)=0 | CFxAPI | pure virtual |
| fdt_palunloadW(const wchar_t *palname)=0 | CFxAPI | pure virtual |
| fdt_pcontour(fdt_name ssname, int mode, fdt_point inner_pnt, fdt_name resname)=0 | CFxAPI | pure virtual |
| fdt_polar(const fdt_point point, fdt_real angle, fdt_real distance, fdt_point point_rslt)=0 | CFxAPI | pure virtual |
| fdt_poly2bspline(fdt_name ename, int steps)=0 | CFxAPI | pure virtual |
| fdt_poly2catrom_2d(fdt_name ename, int steps, fdt_real tension)=0 | CFxAPI | pure virtual |
| fdt_printfA(const char *lpszFormat,...)=0 | CFxAPI | pure virtual |
| fdt_printfA(const char *lpszFormat, va_list list)=0 | CFxAPI | pure virtual |
| fdt_printfW(const wchar_t *lpszFormat,...)=0 | CFxAPI | pure virtual |
| fdt_printfW(const wchar_t *lpszFormat, va_list list)=0 | CFxAPI | pure virtual |
| fdt_promptA(const char *lpszPrompt)=0 | CFxAPI | pure virtual |
| fdt_promptW(const wchar_t *lpszPrompt)=0 | CFxAPI | pure virtual |
| fdt_purgedbmodhooklist(void)=0 | CFxAPI | pure virtual |
| fdt_purgeselecthooklist(void)=0 | CFxAPI | pure virtual |
| fdt_putsymA(const char *sym_name, fdt_resbufA *value)=0 | CFxAPI | pure virtual |
| fdt_putsymW(const wchar_t *sym_name, fdt_resbufW *value)=0 | CFxAPI | pure virtual |
| fdt_redraw(const fdt_name ename, int mode)=0 | CFxAPI | pure virtual |
| fdt_regappA(const char *applic_name)=0 | CFxAPI | pure virtual |
| fdt_regappW(const wchar_t *applic_name)=0 | CFxAPI | pure virtual |
| fdt_regen(void)=0 | CFxAPI | pure virtual |
| fdt_register_funcA(const char *extfunc, const CDRXLISPFUNCTION cfunc)=0 | CFxAPI | pure virtual |
| fdt_register_funcW(const wchar_t *extfunc, const CDRXLISPFUNCTION cfunc)=0 | CFxAPI | pure virtual |
| fdt_register_paramA(const char *extfunc, const char *cfunc, uintptr_t param)=0 | CFxAPI | pure virtual |
| fdt_register_paramW(const wchar_t *extfunc, const wchar_t *cfunc, uintptr_t param)=0 | CFxAPI | pure virtual |
| fdt_registerA(const char *extfunc, const char *cfunc)=0 | CFxAPI | pure virtual |
| fdt_registerW(const wchar_t *extfunc, const wchar_t *cfunc)=0 | CFxAPI | pure virtual |
| fdt_registry_deleteA(const char *lpKey, const char *lpName)=0 | CFxAPI | pure virtual |
| fdt_registry_deleteW(const wchar_t *lpKey, const wchar_t *lpName)=0 | CFxAPI | pure virtual |
| fdt_registry_descendentsA(const char *lpKey, short values)=0 | CFxAPI | pure virtual |
| fdt_registry_descendentsW(const wchar_t *lpKey, short values)=0 | CFxAPI | pure virtual |
| fdt_registry_readA(const char *lpKey, const char *lpName)=0 | CFxAPI | pure virtual |
| fdt_registry_readW(const wchar_t *lpKey, const wchar_t *lpName)=0 | CFxAPI | pure virtual |
| fdt_registry_writeA(const char *lpKey, const char *lpName, const char *lpValue)=0 | CFxAPI | pure virtual |
| fdt_registry_writeW(const wchar_t *lpKey, const wchar_t *lpName, const wchar_t *lpValue)=0 | CFxAPI | pure virtual |
| fdt_release_grread(void)=0 | CFxAPI | pure virtual |
| fdt_relrbA(fdt_resbufA *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_relrbW(fdt_resbufW *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_remdelall(void)=0 | CFxAPI | pure virtual |
| fdt_remove(fdt_name ssname)=0 | CFxAPI | pure virtual |
| fdt_remove_support_pathA(const char *szSupportPath)=0 | CFxAPI | pure virtual |
| fdt_remove_support_pathW(const wchar_t *szSupportPath)=0 | CFxAPI | pure virtual |
| fdt_removeall(void)=0 | CFxAPI | pure virtual |
| fdt_retint(int value)=0 | CFxAPI | pure virtual |
| fdt_retlistA(const fdt_resbufA *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_retlistW(const fdt_resbufW *rbuffer)=0 | CFxAPI | pure virtual |
| fdt_retname(const fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_retnil(void)=0 | CFxAPI | pure virtual |
| fdt_retpoint(const fdt_point point)=0 | CFxAPI | pure virtual |
| fdt_retreal(fdt_real value)=0 | CFxAPI | pure virtual |
| fdt_retstrA(const char *string)=0 | CFxAPI | pure virtual |
| fdt_retstrW(const wchar_t *string)=0 | CFxAPI | pure virtual |
| fdt_rett(void)=0 | CFxAPI | pure virtual |
| fdt_retvalA(const fdt_resbufA *value)=0 | CFxAPI | pure virtual |
| fdt_retvalW(const fdt_resbufW *value)=0 | CFxAPI | pure virtual |
| fdt_retvoid(void)=0 | CFxAPI | pure virtual |
| fdt_rtosA(fdt_real value, int format, int precision, char *string, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_rtosW(fdt_real value, int format, int precision, wchar_t *string, size_t iSize)=0 | CFxAPI | pure virtual |
| fdt_selcheck(fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_set3dview(int nDbNo, int nWndNo, fdt_point ZDir, fdt_point XDir, fdt_point Center_Point, fdt_real Height)=0 | CFxAPI | pure virtual |
| fdt_set_progress_state(int iProgress)=0 | CFxAPI | pure virtual |
| fdt_setactvport(const short nDbNo, const short nVpNo)=0 | CFxAPI | pure virtual |
| fdt_setcfgA(const char *Profile_name, const char *Profile_value)=0 | CFxAPI | pure virtual |
| fdt_setcfgW(const wchar_t *Profile_name, const wchar_t *Profile_value)=0 | CFxAPI | pure virtual |
| fdt_setcolorref(int colorindex, FxColorRef new_colorref, FxColorRef *old_colorref)=0 | CFxAPI | pure virtual |
| fdt_setconfintA(const char *lpAppName, const char *lpKeyName, int nValue)=0 | CFxAPI | pure virtual |
| fdt_setconfintW(const wchar_t *lpAppName, const wchar_t *lpKeyName, int nValue)=0 | CFxAPI | pure virtual |
| fdt_setconfstringA(const char *lpAppName, const char *lpKeyName, const char *lpString)=0 | CFxAPI | pure virtual |
| fdt_setconfstringW(const wchar_t *lpAppName, const wchar_t *lpKeyName, const wchar_t *lpString)=0 | CFxAPI | pure virtual |
| fdt_setcursor(short nDbNo, struct cursordef cursor_style)=0 | CFxAPI | pure virtual |
| fdt_setdbmodhookA(DBMODHOOKPROC fnDbModHook, const char *lpszAppName)=0 | CFxAPI | pure virtual |
| fdt_setdbmodhookW(DBMODHOOKPROC fnDbModHook, const wchar_t *lpszAppName)=0 | CFxAPI | pure virtual |
| fdt_setdesktopcolor(short iDescElement, short iColorIndex)=0 | CFxAPI | pure virtual |
| fdt_setenvA(const char *szVarname, const char *szValue)=0 | CFxAPI | pure virtual |
| fdt_setenvW(const wchar_t *szVarname, const wchar_t *szValue)=0 | CFxAPI | pure virtual |
| fdt_setflxinfoA(const char *FileName, FDT_FLX_INFOA *FileInfo)=0 | CFxAPI | pure virtual |
| fdt_setflxinfoW(const wchar_t *FileName, FDT_FLX_INFOW *FileInfo)=0 | CFxAPI | pure virtual |
| fdt_setfunhelpA(const char *szName, const char *szHelpFile, const char *szHelpTopic)=0 | CFxAPI | pure virtual |
| fdt_setfunhelpW(const wchar_t *szName, const wchar_t *szHelpFile, const wchar_t *szHelpTopic)=0 | CFxAPI | pure virtual |
| fdt_setmousehook(MOUSEHOOKPROC fnMouseHook, short MouseButton)=0 | CFxAPI | pure virtual |
| fdt_setosnapinactive(void)=0 | CFxAPI | pure virtual |
| fdt_setpreferenceA(const char *group, const char *name_pref, const fdt_resbufA *value)=0 | CFxAPI | pure virtual |
| fdt_setpreferenceW(const wchar_t *group, const wchar_t *name_pref, const fdt_resbufW *value)=0 | CFxAPI | pure virtual |
| fdt_setpreselect(const fdt_name selset)=0 | CFxAPI | pure virtual |
| fdt_setselecthookA(SELECTHOOKPROC fnSelHook, const char *lpszAppName)=0 | CFxAPI | pure virtual |
| fdt_setselecthookex(SELECTHOOKEXPROC fnSelHook, SELECTHOOKEXPROC *fnOldProc)=0 | CFxAPI | pure virtual |
| fdt_setselecthookW(SELECTHOOKPROC fnSelHook, const wchar_t *lpszAppName)=0 | CFxAPI | pure virtual |
| fdt_setvarA(const char *lpszSysVar, const fdt_resbufA *pValue)=0 | CFxAPI | pure virtual |
| fdt_setvarW(const wchar_t *lpszSysVar, const fdt_resbufW *pValue)=0 | CFxAPI | pure virtual |
| fdt_setviewA(const fdt_resbufA *View_deflist, int Vport_id)=0 | CFxAPI | pure virtual |
| fdt_setviewW(const fdt_resbufW *View_deflist, int Vport_id)=0 | CFxAPI | pure virtual |
| fdt_snvalidA(const char *Symbol_Name, int Flag)=0 | CFxAPI | pure virtual |
| fdt_snvalidW(const wchar_t *Symbol_Name, int Flag)=0 | CFxAPI | pure virtual |
| fdt_ssadd(const fdt_name ename, const fdt_name selset, fdt_name sresult, bool check_owner=true)=0 | CFxAPI | pure virtual |
| fdt_ssdbnr(const fdt_name sname, int *nDbNo)=0 | CFxAPI | pure virtual |
| fdt_ssdel(const fdt_name ename, fdt_name sname)=0 | CFxAPI | pure virtual |
| fdt_ssdel_all(const fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_ssfree(const fdt_name sname)=0 | CFxAPI | pure virtual |
| fdt_ssgetA(const char *mode, const void *point1, const fdt_point pt2, const fdt_resbufA *filter, fdt_name sname)=0 | CFxAPI | pure virtual |
| fdt_ssgetfirstA(fdt_resbufA **gripset, fdt_resbufA **pickset)=0 | CFxAPI | pure virtual |
| fdt_ssgetfirstW(fdt_resbufW **gripset, fdt_resbufW **pickset)=0 | CFxAPI | pure virtual |
| fdt_ssgetW(const wchar_t *mode, const void *point1, const fdt_point pt2, const fdt_resbufW *filter, fdt_name sname)=0 | CFxAPI | pure virtual |
| fdt_sslength(const fdt_name sname, fdt_long *length)=0 | CFxAPI | pure virtual |
| fdt_ssmemb(const fdt_name sname, const fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_ssname(const fdt_name sname, fdt_long n, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_ssnamexA(fdt_resbufA **rbpp, const fdt_name ss, const fdt_long i, unsigned int flags=0)=0 | CFxAPI | pure virtual |
| fdt_ssnamexW(fdt_resbufW **rbpp, const fdt_name ss, const fdt_long i, unsigned int flags=0)=0 | CFxAPI | pure virtual |
| fdt_sssetfirst(const fdt_name pickset, const fdt_name unused)=0 | CFxAPI | pure virtual |
| fdt_strfreeA(char *string)=0 | CFxAPI | pure virtual |
| fdt_strfreeW(wchar_t *string)=0 | CFxAPI | pure virtual |
| fdt_strmallocA(int length)=0 | CFxAPI | pure virtual |
| fdt_strmallocW(int length)=0 | CFxAPI | pure virtual |
| fdt_tabletinfoA(fdt_tablet_recA *tab_info)=0 | CFxAPI | pure virtual |
| fdt_tabletinfoW(fdt_tablet_recW *tab_info)=0 | CFxAPI | pure virtual |
| fdt_tblcheckrefA(const char *tbl_type, const char *item_name)=0 | CFxAPI | pure virtual |
| fdt_tblcheckrefW(const wchar_t *tbl_type, const wchar_t *item_name)=0 | CFxAPI | pure virtual |
| fdt_tbldelA(const char *tbl_type, const char *item_name)=0 | CFxAPI | pure virtual |
| fdt_tbldelW(const wchar_t *tbl_type, const wchar_t *item_name)=0 | CFxAPI | pure virtual |
| fdt_tblmakeA(const fdt_resbufA *tbl_record)=0 | CFxAPI | pure virtual |
| fdt_tblmakeW(const fdt_resbufW *tbl_record)=0 | CFxAPI | pure virtual |
| fdt_tblmodA(const fdt_resbufA *tbl_record)=0 | CFxAPI | pure virtual |
| fdt_tblmodW(const fdt_resbufW *tbl_record)=0 | CFxAPI | pure virtual |
| fdt_tblnextA(const char *tbl_type, int flag)=0 | CFxAPI | pure virtual |
| fdt_tblnextW(const wchar_t *tbl_type, int flag)=0 | CFxAPI | pure virtual |
| fdt_tblobjnameA(const char *tbl_type, const char *item_name, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_tblobjnameW(const wchar_t *tbl_type, const wchar_t *item_name, fdt_name ename)=0 | CFxAPI | pure virtual |
| fdt_tblpurgeA(const char *tbl_type, int flag)=0 | CFxAPI | pure virtual |
| fdt_tblpurgeW(const wchar_t *tbl_type, int flag)=0 | CFxAPI | pure virtual |
| fdt_tblrenA(const char *tbl_type, const char *old_name, const char *new_name)=0 | CFxAPI | pure virtual |
| fdt_tblrenW(const wchar_t *tbl_type, const wchar_t *old_name, const wchar_t *new_name)=0 | CFxAPI | pure virtual |
| fdt_tblsearchA(const char *tbl_type, const char *item_name, int setnext)=0 | CFxAPI | pure virtual |
| fdt_tblsearchW(const wchar_t *tbl_type, const wchar_t *item_name, int setnext)=0 | CFxAPI | pure virtual |
| fdt_tblsetA(const char *tbl_type, const char *item_name)=0 | CFxAPI | pure virtual |
| fdt_tblsetW(const wchar_t *tbl_type, const wchar_t *item_name)=0 | CFxAPI | pure virtual |
| fdt_textboxA(const fdt_resbufA *descr_buffer, fdt_point corner1, fdt_point corner2)=0 | CFxAPI | pure virtual |
| fdt_textboxW(const fdt_resbufW *descr_buffer, fdt_point corner1, fdt_point corner2)=0 | CFxAPI | pure virtual |
| fdt_textpage(void)=0 | CFxAPI | pure virtual |
| fdt_textscr(void)=0 | CFxAPI | pure virtual |
| fdt_tolower(int character)=0 | CFxAPI | pure virtual |
| fdt_toolbar_existsA(const char *toolbar, bool *exists)=0 | CFxAPI | pure virtual |
| fdt_toolbar_existsW(const wchar_t *toolbar, bool *exists)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixgetnameslistA(fdt_resbufA **toolbars)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixgetnameslistW(fdt_resbufW **toolbars)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixstategetA(int *state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixstategetW(int *state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixstatesetA(int state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixstatesetW(int state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbaraddA(const char *toolbar, int index=-1)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbaraddW(const wchar_t *toolbar, int index=-1)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbarremoveA(const char *toolbar)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbarremoveW(const wchar_t *toolbar)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbarstategetA(const char *toolbar, int *state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbarstategetW(const wchar_t *toolbar, int *state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbarstatesetA(const char *toolbar, int state)=0 | CFxAPI | pure virtual |
| fdt_toolbarmatrixtoolbarstatesetW(const wchar_t *toolbar, int state)=0 | CFxAPI | pure virtual |
| fdt_toolbarstateA(const char *toolbar, int state, int x, int y, int number_of_rows, int index_in_toolmatrix)=0 | CFxAPI | pure virtual |
| fdt_toolbarstategetA(const char *toolbar, int *state)=0 | CFxAPI | pure virtual |
| fdt_toolbarstategetW(const wchar_t *toolbar, int *state)=0 | CFxAPI | pure virtual |
| fdt_toolbarstatesetA(const char *toolbar, int state)=0 | CFxAPI | pure virtual |
| fdt_toolbarstatesetW(const wchar_t *toolbar, int state)=0 | CFxAPI | pure virtual |
| fdt_toolbarstateW(const wchar_t *toolbar, int state, int x, int y, int number_of_rows, int index_in_toolmatrix)=0 | CFxAPI | pure virtual |
| fdt_toupper(int character)=0 | CFxAPI | pure virtual |
| fdt_transA(const fdt_point point, const fdt_resbufA *origin_cs, const fdt_resbufA *target_cs, int disp_mode, fdt_point rslt_point)=0 | CFxAPI | pure virtual |
| fdt_translateA(const char *context, const char *string, char *result, size_t size)=0 | CFxAPI | pure virtual |
| fdt_translateW(const wchar_t *context, const wchar_t *string, wchar_t *result, size_t size)=0 | CFxAPI | pure virtual |
| fdt_transW(const fdt_point point, const fdt_resbufW *origin_cs, const fdt_resbufW *target_cs, int disp_mode, fdt_point rslt_point)=0 | CFxAPI | pure virtual |
| fdt_unregisterA(const char *extfunc)=0 | CFxAPI | pure virtual |
| fdt_unregisterW(const wchar_t *extfunc)=0 | CFxAPI | pure virtual |
| fdt_usrbrk(void)=0 | CFxAPI | pure virtual |
| fdt_Vcs2PrinterPnt(fdt_real, fdt_real, int *, int *)=0 | CFxAPI | pure virtual |
| fdt_vportsA(fdt_resbufA **viewport_list)=0 | CFxAPI | pure virtual |
| fdt_vportsW(fdt_resbufW **viewport_list)=0 | CFxAPI | pure virtual |
| fdt_wcmatchA(const char *strSource, const char *strPattern)=0 | CFxAPI | pure virtual |
| fdt_wcmatchW(const wchar_t *strSource, const wchar_t *strPattern)=0 | CFxAPI | pure virtual |
| fdt_wmfoutA(const char *szFileName, int nDbNo, int nWndNo, char Mode, fdt_point PntMin, fdt_point PntMax, int nGroundColor, int nEntityColor)=0 | CFxAPI | pure virtual |
| fdt_wmfoutW(const wchar_t *szFileName, int nDbNo, int nWndNo, char Mode, fdt_point PntMin, fdt_point PntMax, int nGroundColor, int nEntityColor)=0 | CFxAPI | pure virtual |
| fdt_xdsizeA(const fdt_resbufA *rbuffer, int *size)=0 | CFxAPI | pure virtual |
| fdt_xdsizeW(const fdt_resbufW *rbuffer, int *size)=0 | CFxAPI | pure virtual |
| fdt_xformss(fdt_name sname, fdt_matrix matrix)=0 | CFxAPI | pure virtual |
| fdt_xloadA(const char *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_xloadW(const wchar_t *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_xunloadA(const char *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_xunloadW(const wchar_t *fdt_app)=0 | CFxAPI | pure virtual |
| fdt_zoomext(short nDbNo, short nVpNo)=0 | CFxAPI | pure virtual |
| fdti_notify(int iReason, const wchar_t *lpszMassage)=0 | CFxAPI | pure virtual |
| fdti_notify_short(int iReason, int iCode)=0 | CFxAPI | pure virtual |
| fdti_ssinc(const fdt_name sname)=0 | CFxAPI | pure virtual |
| GetActiveFxView() const =0 | CFxAPI | pure virtual |
| GetADSName(const OdDbObjectId &id, fdt_name name) | CFxAPI | static |
| GetFxDatabase()=0 | CFxAPI | pure virtual |
| GetFxDatabase() const =0 | CFxAPI | pure virtual |
| GetFxDocument()=0 | CFxAPI | pure virtual |
| GetFXImages()=0 | CFxAPI | pure virtual |
| GetMatrix3D(const fdt_matrix matrix, OdGeMatrix3d &geMatrix) | CFxAPI | static |
| GetMatrixFDT(const OdGeMatrix3d &geMatrix, fdt_matrix matrix) | CFxAPI | static |
| GetObjectId(const fdt_name name, OdDbObjectId &id) | CFxAPI | static |
| GetPoint3D(const fdt_point point, OdGePoint3d &gePoint) | CFxAPI | static |
| GetPoint3D(const fdt_point point, OdGeVector3d &gePoint) | CFxAPI | static |
| GetPointFDT(const OdGePoint3d &gePoint, fdt_point point) | CFxAPI | static |
| GetPointFDT(const OdGeVector3d &gePoint, fdt_point point) | CFxAPI | static |
| GetPointFDT(const OdGePoint2d &gePoint, fdt_point point) | CFxAPI | static |
| GetResBuf(const fdt_resbufW *pResBuf, int iType, fdt_resbufW *&pRB) | CFxAPI | static |
| GetResBufDDW(const fdt_resbufW *rbuffer, OdResBufPtr &pRBResult, int iDepth=-1)=0 | CFxAPI | pure virtual |
| GetResBufFDTW(OdResBufPtr pRB, fdt_resbufW **pRBResult, bool bAddXData, bool bAddMinus3)=0 | CFxAPI | pure virtual |
| GetSSName(const CFxSelectionSet *pSS, fdt_name sname) | CFxAPI | static |
| GetSSPtr(const fdt_name name) | CFxAPI | static |
| GetUserIO()=0 | CFxAPI | pure virtual |
| GetUserIO() const =0 | CFxAPI | pure virtual |
| ~CFxAPI() | CFxAPI | inlinevirtual |