Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DTextTool.h420 bool m_clickWithinSelection; variable
H A DTextTool.cpp880 m_clickWithinSelection = false; in mousePressEvent()
885 m_clickWithinSelection = true; in mousePressEvent()
1269 m_clickWithinSelection = false; in mouseDoubleClickEvent()
1291 m_clickWithinSelection = false; in mouseTripleClickEvent()
1459 } else if (m_clickWithinSelection) { in mouseMoveEvent()
1526 if (m_clickWithinSelection && !m_drag) { in mouseReleaseEvent()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DTextTool.h417 bool m_clickWithinSelection; variable
H A DTextTool.cpp925 m_clickWithinSelection = false; in mousePressEvent()
930 m_clickWithinSelection = true; in mousePressEvent()
1311 m_clickWithinSelection = false; in mouseDoubleClickEvent()
1333 m_clickWithinSelection = false; in mouseTripleClickEvent()
1500 } else if (m_clickWithinSelection) { in mouseMoveEvent()
1563 if (m_clickWithinSelection && !m_drag) { in mouseReleaseEvent()