Searched refs:m_root (Results 1 – 3 of 3) sorted by relevance
2973 m_root (NULL, *delegate_sp, true), in TreeWindowDelegate()3024 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()3041 m_root.Draw (window, m_first_visible_row, m_selected_row_idx, row_idx, num_rows_left); in WindowDelegateDraw()3043 m_selected_item = m_root.GetItemForRowIndex (m_selected_row_idx); in WindowDelegateDraw()3097 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()3112 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()3123 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()3132 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()3154 m_selected_item = m_root.GetItemForRowIndex(m_selected_row_idx); in WindowDelegateHandleChar()3185 TreeItem m_root; member in TreeWindowDelegate
71 m_root (NULL), in ValueObject()122 m_root (NULL), in ValueObject()4165 if (m_root) in GetRoot()4166 return m_root; in GetRoot()4167 return (m_root = FollowParentChain( [] (ValueObject* vo) -> bool { in GetRoot()
1079 …ValueObject * m_root; // The root of the hierarchy for this ValueObject (or NULL if … variable