Home
last modified time | relevance | path

Searched refs:AttrRotationAngle (Results 1 – 8 of 8) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/operation/
H A Dvtoolmove.cpp490 doc->SetAttribute(domElement, AttrRotationAngle, dialogTool->GetRotationAngle()); in SaveDialog()
509 formulaRotationAngle = doc->GetParametrString(domElement, AttrRotationAngle, QChar('0')); in ReadToolAttributes()
520 doc->SetAttribute(tag, AttrRotationAngle, formulaRotationAngle); in SaveOptions()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolcurve/
H A Dvtoolellipticalarc.cpp388 doc->SetAttribute(domElement, AttrRotationAngle, dialogTool->GetRotationAngle()); in SaveDialog()
412 doc->SetAttribute(tag, AttrRotationAngle, elArc->GetFormulaRotationAngle()); in SaveOptions()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/
H A Difcdef.h95 extern const QString AttrRotationAngle;
H A Difcdef.cpp125 const QString AttrRotationAngle = QStringLiteral("rotationAngle"); variable
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vformat/
H A Dvpatternrecipe.cpp1011 Formula(step, tool->GetFormulaRotationAngle(), AttrRotationAngle, AttrRotationAngleValue); in EllipticalArc()
1078 Formula(step, tool->GetFormulaRotationAngle(), AttrRotationAngle, AttrRotationAngleValue); in Move()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/core/
H A Dvtooloptionspropertybrowser.cpp3037 AddPropertyFormula(tr("Rotation angle:"), i->GetFormulaRotationAngle(), AttrRotationAngle); in ShowOptionsToolMove()
3081 AddPropertyFormula(tr("Rotation angle:"), i->GetFormulaRotationAngle(), AttrRotationAngle); in ShowOptionsToolEllipticalArc()
3952 idToProperty[AttrRotationAngle]->setValue(valueRotationAngle); in UpdateOptionsToolMove()
4017 idToProperty[AttrRotationAngle]->setValue(valueFormulaRotationAngle); in UpdateOptionsToolEllipticalArc()
4077 AttrRotationAngle, /* 42 */ in PropertiesList()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/xml/
H A Dvpattern.cpp3124 initData.rotationAngle = GetParametrString(domElement, AttrRotationAngle, QChar('0')); in ParseToolEllipticalArc()
3140 SetAttribute(domElement, AttrRotationAngle, initData.rotationAngle); in ParseToolEllipticalArc()
3418 … initData.formulaRotationAngle = GetParametrString(domElement, AttrRotationAngle, QChar('0')); in ParseToolMove()
3432 SetAttribute(domElement, AttrRotationAngle, initData.formulaRotationAngle); in ParseToolMove()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/ifc/xml/
H A Dvabstractpattern.cpp1608 ReadExpressionAttribute(expressions, dom, AttrRotationAngle); in ListElArcExpressions()