Home
last modified time | relevance | path

Searched refs:setPatternRotation (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Drotate_pattern_tool.cpp189 object->asPath()->setPatternRotation(rotation); in dragMove()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dpath_object_t.cpp237 other_area.setPatternRotation(1.0); in constructorTest()
241 other_area.setPatternRotation(red_area.getPatternRotation()); in constructorTest()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.h664 void setPatternRotation(qreal rotation);
H A Dobject.cpp398 path->setPatternRotation(element.attribute<qreal>(literal::rotation)); in load()
1095 void PathObject::setPatternRotation(qreal rotation) in setPatternRotation() function in OpenOrienteering::PathObject
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docd_file_import.cpp1964 p->setPatternRotation(convertAngle(ocd_object.angle)); in importObject()
H A Docad8_file_format.cpp1038 p->setPatternRotation(convertRotation(ocad_object->angle)); in importObject()