Home
last modified time | relevance | path

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

/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/editor/
H A Deditor.cpp262 Index a1 = m_newObject.index; in reset()
292 m_newObject = Identifier(); in reset()
433 m_molecule == m_newObject.molecule) { in atomLeftDrag()
434 m_molecule->removeAtom(m_newObject.index); in atomLeftDrag()
436 m_newObject = Identifier(); in atomLeftDrag()
507 m_molecule->removeAtom(m_newObject.index); in atomLeftDrag()
509 m_newObject = Identifier(); in atomLeftDrag()
560 if (!m_newObject.isValid()) { in atomLeftDrag()
578 m_newObject.type = Rendering::AtomType; in atomLeftDrag()
579 m_newObject.index = newAtom.index(); in atomLeftDrag()
[all …]
H A Deditor.h102 Rendering::Identifier m_newObject; variable
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/editor/
H A Deditor.cpp262 Index a1 = m_newObject.index; in reset()
292 m_newObject = Identifier(); in reset()
433 m_molecule == m_newObject.molecule) { in atomLeftDrag()
434 m_molecule->removeAtom(m_newObject.index); in atomLeftDrag()
436 m_newObject = Identifier(); in atomLeftDrag()
507 m_molecule->removeAtom(m_newObject.index); in atomLeftDrag()
509 m_newObject = Identifier(); in atomLeftDrag()
560 if (!m_newObject.isValid()) { in atomLeftDrag()
578 m_newObject.type = Rendering::AtomType; in atomLeftDrag()
579 m_newObject.index = newAtom.index(); in atomLeftDrag()
[all …]
H A Deditor.h102 Rendering::Identifier m_newObject; variable