Home
last modified time | relevance | path

Searched refs:m_bondedAtom (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/editor/
H A Deditor.cpp263 Index a2 = m_bondedAtom.index; in reset()
293 m_bondedAtom = Identifier(); in reset()
462 if (m_bondedAtom.isValid()) { in atomLeftDrag()
468 if (it->second == m_bondedAtom) { in atomLeftDrag()
476 RWAtom bondedAtom = m_molecule->atom(m_bondedAtom.index); in atomLeftDrag()
481 m_bondedAtom = Identifier(); in atomLeftDrag()
513 if (m_bondedAtom != atomToBond) { in atomLeftDrag()
515 if (m_bondedAtom.isValid()) { in atomLeftDrag()
516 if (m_molecule->removeBond(m_molecule->atom(m_bondedAtom.index), in atomLeftDrag()
521 m_bondedAtom = Identifier(); in atomLeftDrag()
[all …]
H A Deditor.h103 Rendering::Identifier m_bondedAtom; variable
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/editor/
H A Deditor.cpp263 Index a2 = m_bondedAtom.index; in reset()
293 m_bondedAtom = Identifier(); in reset()
462 if (m_bondedAtom.isValid()) { in atomLeftDrag()
468 if (it->second == m_bondedAtom) { in atomLeftDrag()
476 RWAtom bondedAtom = m_molecule->atom(m_bondedAtom.index); in atomLeftDrag()
481 m_bondedAtom = Identifier(); in atomLeftDrag()
513 if (m_bondedAtom != atomToBond) { in atomLeftDrag()
515 if (m_bondedAtom.isValid()) { in atomLeftDrag()
516 if (m_molecule->removeBond(m_molecule->atom(m_bondedAtom.index), in atomLeftDrag()
521 m_bondedAtom = Identifier(); in atomLeftDrag()
[all …]
H A Deditor.h103 Rendering::Identifier m_bondedAtom; variable