Home
last modified time | relevance | path

Searched refs:m_iSelectionEndCharIndex (Results 1 – 3 of 3) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviIrcView_events.cpp274 m_iSelectionEndCharIndex = m_iSelectionInitCharIndex; in mousePressEvent()
485 m_iSelectionEndCharIndex = iTmp; in mouseReleaseEvent()
495 if(m_iSelectionInitCharIndex <= m_iSelectionEndCharIndex) in mouseReleaseEvent()
499 endChar = m_iSelectionEndCharIndex; in mouseReleaseEvent()
504 initChar = m_iSelectionEndCharIndex; in mouseReleaseEvent()
514 endChar = m_iSelectionEndCharIndex; in mouseReleaseEvent()
521 initChar = m_iSelectionEndCharIndex; in mouseReleaseEvent()
688 m_iSelectionEndCharIndex = 0; in mouseReleaseEvent()
736 m_iSelectionEndCharIndex = iTmp; in mouseMoveEvent()
H A DKviIrcView.h123 int m_iSelectionEndCharIndex; variable
H A DKviIrcView.cpp221 m_iSelectionEndCharIndex = 0; in KviIrcView()
1901 if(m_iSelectionInitCharIndex <= m_iSelectionEndCharIndex) in checkSelectionBlock()
1904 endChar = m_iSelectionEndCharIndex; in checkSelectionBlock()
1909 initChar = m_iSelectionEndCharIndex; in checkSelectionBlock()
2003 initChar = m_iSelectionEndCharIndex; in checkSelectionBlock()
2043 endChar = m_iSelectionEndCharIndex; in checkSelectionBlock()