Home
last modified time | relevance | path

Searched refs:C_SCXML_EDITORINFO_GEOMETRY (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dscxmltagutils.cpp355 const QString localData = tag->editorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY); in modifyPosition()
376 tag->document()->setEditorInfo(tag, Constants::C_SCXML_EDITORINFO_GEOMETRY, s.data()); in modifyPosition()
385 tag->document()->setEditorInfo(tag, Constants::C_SCXML_EDITORINFO_GEOMETRY, s.data()); in modifyPosition()
H A Dscxmltag.cpp550 … setEditorInfo("initialGeometry", initialTag->editorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY)); in writeXml()
557 initialTransitionTag->editorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY)); in writeXml()
679 initialTag->setEditorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY, in readXml()
682 Constants::C_SCXML_EDITORINFO_GEOMETRY, m_editorInfo.value("transitionGeometry")); in readXml()
H A Dtransitionitem.cpp1045 s.setData(editorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY)); in readUISpecifiedProperties()
1124 setEditorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY, QString(), block); in storeGeometry()
1210 setEditorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY, QString(), true); in updateTargetType()
H A Dconnectableitem.cpp573 setEditorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY, s.data()); in updateUIProperties()
627 QString data = editorInfo(Constants::C_SCXML_EDITORINFO_GEOMETRY); in readUISpecifiedProperties()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/
H A Dscxmleditorconstants.h49 const char C_SCXML_EDITORINFO_GEOMETRY[] = "geometry"; variable