Home
last modified time | relevance | path

Searched refs:EntityLine (Results 1 – 25 of 39) sorted by relevance

12

/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondrawellipseinscribe.cpp118 RS_Entity* en = catchEntity(e, RS2::EntityLine, RS2::ResolveAll); in mouseMoveEvent()
120 if(!(en->isVisible() && en->rtti()== RS2::EntityLine)) return; in mouseMoveEvent()
164 RS_Entity* en = catchEntity(e, RS2::EntityLine, RS2::ResolveAll); in mouseReleaseEvent()
166 if(!(en->isVisible() && en->rtti()== RS2::EntityLine)) return; in mouseReleaseEvent()
H A Drs_actiondrawcircleinscribe.cpp114 RS_Entity* en = catchEntity(e, RS2::EntityLine, RS2::ResolveAll); in mouseMoveEvent()
116 if(!(en->isVisible() && en->rtti()== RS2::EntityLine)) return; in mouseMoveEvent()
161 RS_Entity* en = catchEntity(e, RS2::EntityLine, RS2::ResolveAll); in mouseReleaseEvent()
163 if(!(en->isVisible() && en->rtti()== RS2::EntityLine)) return; in mouseReleaseEvent()
H A Drs_actioninfoangle.cpp110 if (entity1 && entity1->rtti()==RS2::EntityLine) { in mouseReleaseEvent()
118 if (entity2 && entity2->rtti()==RS2::EntityLine) { in mouseReleaseEvent()
H A Drs_actiondrawcircletan3.cpp151 return e->rtti()==RS2::EntityLine; in getData()
155 if(pPoints->circles[i]->rtti() == RS2::EntityLine) break; in getData()
159 if(i<pPoints->circles.size() && pPoints->circles[i]->rtti() == RS2::EntityLine){ in getData()
186 if(pPoints->circles[i2]->rtti()==RS2::EntityLine){ in getData()
H A Drs_actionpolylineequidistant.cpp87 } else if (orgEntity->rtti()==RS2::EntityLine && newEntity->rtti()==RS2::EntityLine) { in calculateOffset()
318 if (Segment->rtti() == RS2::EntityLine) { in mouseReleaseEvent()
H A Drs_actiondrawlinebisector.cpp134 if (en && en->rtti()==RS2::EntityLine) { in mouseMoveEvent()
186 if (en && en->rtti()==RS2::EntityLine) { in mouseReleaseEvent()
H A Drs_actiondrawcircletan1_2p.h84 …const EntityTypeList enTypeList = EntityTypeList {RS2::EntityLine, RS2::EntityArc, RS2::EntityCirc…
H A Drs_actiondrawcircletan2.h82 …const EntityTypeList enTypeList = EntityTypeList{RS2::EntityLine, RS2::EntityArc, RS2::EntityCircl…
H A Drs_actiondrawcircletan2_1p.h78 …const EntityTypeList enTypeList = EntityTypeList {RS2::EntityLine, RS2::EntityArc, RS2::EntityCirc…
H A Drs_actiondrawcircletan3.h82 …t enTypeList = EntityTypeList {RS2::EntityArc, RS2::EntityCircle, RS2::EntityLine, RS2::EntityPoin…
H A Drs_actiondrawlinerelangle.h116 …const EntityTypeList enTypeList = EntityTypeList{RS2::EntityLine, RS2::EntityArc, RS2::EntityCircl…
H A Drs_actionpolylinesegment.cpp40 entityType{RS2::EntityLine, RS2::EntityPolyline, RS2::EntityArc};
154 if (e1->rtti()==RS2::EntityLine || e1->rtti()==RS2::EntityArc in convertPolyline()
H A Drs_actiondimangular.cpp125 if (en && RS2::EntityLine == en->rtti()) { in mouseReleaseEvent()
134 if (en && en->rtti()==RS2::EntityLine) { in mouseReleaseEvent()
H A Drs_actiondrawlineorthtan.cpp149 RS_Entity* en=catchEntity(e,RS2::EntityLine); in mouseReleaseEvent()
H A Drs_actionmodifyround.cpp40 auto eType={ RS2::EntityLine , RS2::EntityPolyline , RS2::EntityArc ,
H A Drs_actiondrawcircletan1_2p.cpp144 case RS2::EntityLine: in mouseMoveEvent()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/math/
H A Dlc_quadratic.cpp152 case RS2::EntityLine: in LC_Quadratic()
283 if(circle1->rtti() != RS2::EntityLine) in LC_Quadratic()
285 if(circle0->rtti() == RS2::EntityLine) { in LC_Quadratic()
309 if(circle1->rtti() == RS2::EntityLine) { in LC_Quadratic()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_entity.cpp282 case RS2::EntityLine: in isArcCircleLine()
998 && rtti() != RS2::EntityLine){ in isConstruction()
1018 case RS2::EntityLine: in trimmable()
1089 case RS2::EntityLine: in operator <<()
H A Drs_pattern.cpp96 if (e->rtti()==RS2::EntityLine || in loadPattern()
H A Drs_hatch.cpp329 case RS2::EntityLine: in update()
405 case RS2::EntityLine: in update()
487 if (e->rtti()==RS2::EntityLine) { in update()
601 case RS2::EntityLine: { in draw()
H A Drs_line.h73 return RS2::EntityLine; in rtti()
H A Drs.h131 EntityLine, /**< Line */ enumerator
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterlff.cpp212 if (e->rtti()==RS2::EntityLine) { in fileExport()
244 if (e2->rtti()==RS2::EntityLine){ in fileExport()
H A Drs_filtercxf.cpp224 if (e->rtti()==RS2::EntityLine) { in fileExport()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/creation/
H A Drs_creation.cpp89 if (e->rtti()==RS2::EntityLine) { in createParallelThrough()
131 case RS2::EntityLine: in createParallel()
423 if (!(l1->rtti()==RS2::EntityLine && l2->rtti()==RS2::EntityLine)) in createBisector()
788 case RS2::EntityLine: in createLineRelAngle()

12