mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-19 18:19:58 +01:00
Merge commit 'b021ac3e1fb98a56810773c7c701e3329efb3148'
Conflicts: sources/qetgraphicsitem/element.h
This commit is contained in:
@@ -1325,6 +1325,15 @@ void Element::setElementInformations(DiagramContext dc)
|
||||
emit elementInfoChange(old_info, m_data.m_informations);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Element::elementData
|
||||
* @return the element data used by this element
|
||||
*/
|
||||
ElementData Element::elementData() const
|
||||
{
|
||||
return m_data;
|
||||
}
|
||||
|
||||
/**
|
||||
@brief comparPos
|
||||
Compare position of the two elements. Compare 3 points:
|
||||
|
||||
Reference in New Issue
Block a user