Searched refs:AttrAngle2 (Results 1 – 11 of 11) sorted by relevance
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/undocommands/ |
H A D | movespline.cpp | 107 doc->SetAttribute(domElement, AttrAngle2, spl.GetEndAngleFormula()); in Do()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolcurve/ |
H A D | vtoolarc.cpp | 340 doc->SetAttribute(domElement, AttrAngle2, dialogTool->GetF2()); in SaveDialog() 363 doc->SetAttribute(tag, AttrAngle2, arc->GetFormulaF2()); in SaveOptions()
|
H A D | vtoolellipticalarc.cpp | 387 doc->SetAttribute(domElement, AttrAngle2, dialogTool->GetF2()); in SaveDialog() 411 doc->SetAttribute(tag, AttrAngle2, elArc->GetFormulaF2()); in SaveOptions()
|
H A D | vtoolspline.cpp | 652 doc->SetAttribute(domElement, AttrAngle2, spl.GetEndAngleFormula()); in SetSplineAttributes()
|
H A D | vtoolsplinepath.cpp | 476 doc->SetAttribute(pathPoint, AttrAngle2, splPoint.Angle2Formula()); in AddPathPoint()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/ |
H A D | ifcdef.h | 94 extern const QString AttrAngle2;
|
H A D | ifcdef.cpp | 76 const QString AttrAngle2 = QStringLiteral("angle2"); variable
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vformat/ |
H A D | vpatternrecipe.cpp | 604 SetAttribute(step, AttrAngle2, spl.GetEndAngleFormula()); in Spline() 649 Formula(step, tool->GetFormulaF2(), AttrAngle2, AttrAngle2Value); in Arc() 702 SetAttribute(node, AttrAngle2, pathNode.Angle2Formula()); in SplinePath() 1010 Formula(step, tool->GetFormulaF2(), AttrAngle2, AttrAngle2Value); in EllipticalArc()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/xml/ |
H A D | vpattern.cpp | 2564 const qreal angle2 = GetParametrDouble(domElement, AttrAngle2, QStringLiteral("90.0")); in ParseOldToolSpline() 2616 initData.a2 = GetParametrString(domElement, AttrAngle2, QChar('0')); in ParseToolSpline() 2645 SetAttribute(domElement, AttrAngle2, initData.a2); in ParseToolSpline() 2822 initData.a2.append(GetParametrString(element, AttrAngle2, QChar('0'))); in ParseToolSplinePath() 2862 SetAttribute(element, AttrAngle2, initData.a2.at(count)); in ParseToolSplinePath() 3067 initData.f2 = GetParametrString(domElement, AttrAngle2, QStringLiteral("270")); in ParseToolArc() 3080 SetAttribute(domElement, AttrAngle2, initData.f2); in ParseToolArc() 3122 initData.f2 = GetParametrString(domElement, AttrAngle2, QStringLiteral("270")); in ParseToolEllipticalArc() 3139 SetAttribute(domElement, AttrAngle2, initData.f2); in ParseToolEllipticalArc()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/core/ |
H A D | vtooloptionspropertybrowser.cpp | 2575 AddPropertyFormula(tr("Second angle:"), i->GetFormulaF2(), AttrAngle2); in ShowOptionsToolArc() 2901 AddPropertyFormula(tr("C2: angle:"), angle2, AttrAngle2); in ShowOptionsToolSpline() 3080 AddPropertyFormula(tr("Second angle:"), i->GetFormulaF2(), AttrAngle2); in ShowOptionsToolEllipticalArc() 3175 idToProperty[AttrAngle2]->setValue(valueSecondAngle); in UpdateOptionsToolArc() 3711 idToProperty[AttrAngle2]->setValue(angle2); in UpdateOptionsToolSpline() 4013 idToProperty[AttrAngle2]->setValue(valueFormulaF2); in UpdateOptionsToolEllipticalArc() 4045 AttrAngle2, /* 10 */ in PropertiesList()
|
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/xml/ |
H A D | vabstractpattern.cpp | 1581 ReadExpressionAttribute(expressions, dom, AttrAngle2); in ListArcExpressions() 1607 ReadExpressionAttribute(expressions, dom, AttrAngle2); in ListElArcExpressions()
|