Home
last modified time | relevance | path

Searched refs:m_shiftItem (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxTreeList/src/
H A Dtreelistctrl.cpp625 wxTreeListItem *m_shiftItem; // item, where the shift key was pressed member in wxTreeListMainWindow
1919 m_shiftItem = (wxTreeListItem*)NULL; in IMPLEMENT_DYNAMIC_CLASS()
2635 m_shiftItem = (wxTreeListItem*)NULL; in DeleteRoot()
2688 if (item == m_shiftItem) m_shiftItem = (wxTreeListItem*)NULL; in DoDeleteItem()
3662 if (!m_shiftItem) m_shiftItem = m_curItem; in OnChar()
3664 m_shiftItem = (wxTreeListItem*)NULL; in OnChar()
3841 SelectItem (newItem, m_shiftItem, unselect_others); in OnChar()
4116 if (!m_shiftItem) m_shiftItem = m_curItem; in OnMouse()
4118 m_shiftItem = (wxTreeListItem*)NULL; in OnMouse()
4129 if (SelectItem(item, m_shiftItem, unselect_others)) { in OnMouse()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A Dtreelistctrl.cpp632 wxTreeListItem *m_shiftItem; // item, where the shift key was pressed member in wxcode::wxTreeListMainWindow
1865 m_shiftItem = (wxTreeListItem*)NULL; in IMPLEMENT_DYNAMIC_CLASS()
2581 m_shiftItem = (wxTreeListItem*)NULL; in DeleteRoot()
2634 if (item == m_shiftItem) m_shiftItem = (wxTreeListItem*)NULL; in DoDeleteItem()
3634 if (!m_shiftItem) m_shiftItem = m_curItem; in OnChar()
3636 m_shiftItem = (wxTreeListItem*)NULL; in OnChar()
3833 SelectItem (newItem, m_shiftItem, unselect_others); in OnChar()
4109 if (!m_shiftItem) m_shiftItem = m_curItem; in OnMouse()
4111 m_shiftItem = (wxTreeListItem*)NULL; in OnMouse()
4122 if (SelectItem(item, m_shiftItem, unselect_others)) { in OnMouse()