Home
last modified time | relevance | path

Searched refs:DotLine2 (Results 1 – 11 of 11) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_linetypebox.cpp86 addItem(QIcon(":ui/linetype02.png"), tr("Dot (small)"), RS2::DotLine2); in init()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/plugins/
H A Ddocument_interface.h157 DotLine2 = 3, /**< Dotted line small. */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs.h661 DotLine2 = 4, /**< Dotted line small. */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/generators/
H A Dlc_makercamsvg.cpp913 case RS2::DotLine2:{ lineScale = lineScale2; lineFactor = dotFactor; break;} in svgPathAnyLineType()
971 case RS2::DotLine2: in getLinePattern()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_painterqt.cpp45 case RS2::DotLine2: in rsToQtLineType()
H A Drs_graphicview.cpp1232 case RS2::DotLine2: in getPattern()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/scripting/
H A Drs_python_wrappers.cpp229 .value("DotLine2", RS2::DotLine2) in BOOST_PYTHON_MODULE()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterdxf.cpp2726 return RS2::DotLine2; in nameToLineType()
2805 case RS2::DotLine2: in lineTypeToName()
H A Drs_filterjww.cpp2738 return RS2::DotLine2; in nameToLineType()
2817 case RS2::DotLine2: in lineTypeToName()
H A Drs_filterdxfrw.cpp3199 return RS2::DotLine2; in nameToLineType()
3296 case RS2::DotLine2: in lineTypeToName()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/main/
H A Ddoc_plugin_interface.cpp64 lType.insert(RS2::DotLine2, "DotLine2"); in convLTW()