Home
last modified time | relevance | path

Searched refs:Width00 (Results 1 – 17 of 17) sorted by relevance

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_pen.h49 setWidth(RS2::Width00); in RS_Pen()
75 setWidth(RS2::Width00); in RS_Pen()
H A Drs.cpp13 {3, Width00}, in intToLineWidth()
H A Drs_overlaybox.cpp65 RS_Pen p(RS_Color(50,255,50),RS2::Width00,RS2::DashLine); in draw()
H A Drs_layer.cpp47 data(name, RS_Pen(Qt::black, RS2::Width00,RS2::SolidLine), false, false) in RS_Layer()
H A Drs.h696 Width00 = 0, /**< Width 1. (0.00mm) */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_widthbox.cpp143 case RS2::Width00: in setWidth()
232 case RS2::Width00: in setLayerWidth()
328 currentWidth = RS2::Width00; in slotWidthChanged()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/plugins/intern/
H A Dqc_actiongetpoint.cpp79 line->setPen(RS_Pen(RS_Color(0,0,0), RS2::Width00, RS2::DotLine )); in mouseMoveEvent()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/gui/
H A Drs_graphicview.cpp972 RS2::Width00, RS2::SolidLine)); in setPenForEntity()
1331 RS_Pen p(RS_Color(255,0,0), RS2::Width00, RS2::SolidLine); in drawAbsoluteZero()
1362 RS_Pen p(RS_Color(255,0,0), RS2::Width00, RS2::SolidLine); in drawRelativeZero()
1518 RS2::Width00, in drawMetaGrid()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/plugins/
H A Ddocument_interface.h124 Width00 = 0, /**< Width 1. (0.00mm) */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/actions/
H A Drs_snapper.cpp209 snap_indicator->lines_pen = RS_Pen(RS_Color(snap_color), RS2::Width00, RS2::DashLine2); in init()
210 snap_indicator->shape_pen = RS_Pen(RS_Color(snap_color), RS2::Width00, RS2::SolidLine); in init()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/scripting/
H A Drs_python_wrappers.cpp251 .value("Width00", RS2::Width00) in BOOST_PYTHON_MODULE()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterdxf1.cpp1903 return RS2::Width00; in numberToWidth()
H A Drs_filterdxfrw.cpp3428 return RS2::Width00; in numberToWidth()
3521 case RS2::Width00: in widthToNumber()
H A Drs_filterdxf.cpp2924 return RS2::Width00; in numberToWidth()
H A Drs_filterjww.cpp2936 return RS2::Width00; in numberToWidth()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/generators/
H A Dlc_makercamsvg.cpp366 if (RS2::Width00 != pen.getWidth()){ in writeLine()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/main/
H A Ddoc_plugin_interface.cpp82 lWidth.insert(RS2::Width00, "0.00mm"); in convLTW()