Home
last modified time | relevance | path

Searched refs:m_endTargetFactor (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.cpp58 , m_endTargetFactor(0.5, 0.5) in TransitionItem()
638 m_endTargetFactor = calculateTargetFactor(parentItem, pos); in connectToTopItem()
639 savePoint(m_endTargetFactor * 100, Constants::C_SCXML_EDITORINFO_ENDTARGETFACTORS); in connectToTopItem()
766 factorPoint = m_endTargetFactor; in sceneTargetPoint()
1033 m_endTargetFactor = p / 100; in readUISpecifiedProperties()
1158 if (m_endTargetFactor == QPointF(0.5, 0.5)) in storeTargetFactors()
1161 savePoint(m_endTargetFactor * 100, Constants::C_SCXML_EDITORINFO_ENDTARGETFACTORS); in storeTargetFactors()
H A Dtransitionitem.h176 QPointF m_endTargetFactor; variable