Home
last modified time | relevance | path

Searched refs:m_arrowAngle (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dtransitionitem.cpp878 m_arrowAngle = 0; in updateComponents()
880 m_arrowAngle = M_PI * 0.6; in updateComponents()
884 m_arrowAngle = qAcos(lastLine.dx() / lastLine.length()) + M_PI; in updateComponents()
886 m_arrowAngle = (2 * M_PI) - m_arrowAngle; in updateComponents()
890 …m_arrow[0] = lastLine.p2() + QPointF(qSin(m_arrowAngle + M_PI / 3) * m_arrowSize, qCos(m_arrowAngl… in updateComponents()
892 …m_arrow[2] = lastLine.p2() + QPointF(qSin(m_arrowAngle + M_PI - M_PI / 3) * m_arrowSize, qCos(m_ar… in updateComponents()
H A Dtransitionitem.h162 qreal m_arrowAngle; variable