Home
last modified time | relevance | path

Searched refs:FormatCXF (Results 1 – 5 of 5) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filtercxf.h49 return (t==RS2::FormatCXF); in canImport()
53 return (t==RS2::FormatCXF); in canExport()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_filedialog.cpp45 ftype = RS2::FormatCXF; in getType()
119 case RS2::FormatCXF: in getExtension()
345 *type = RS2::FormatCXF; in getSaveFileName()
492 *type = RS2::FormatCXF; in getOpenFileName()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/fileio/
H A Drs_fileio.cpp102 {"cxf", RS2::FormatCXF}, in detectFormat()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs.h115 FormatCXF, /**< CAM Expert Font format. */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/test/
H A Dlc_simpletests.cpp970 appWin->slotFileOpen("./fonts/unicode.cxf", RS2::FormatCXF); in slotTestUnicode()