Searched refs:m_num_rows (Results 1 – 1 of 1) sorted by relevance
1820 m_num_rows(0), m_selected_row_idx(0), m_first_visible_row(0), in TreeWindowDelegate()1851 m_num_rows = 0; in WindowDelegateDraw()1852 m_root.CalculateRowIndexes(m_num_rows); in WindowDelegateDraw()1857 if (m_first_visible_row > 0 && m_num_rows < num_visible_rows) in WindowDelegateDraw()1920 if (m_num_rows > m_max_y) { in WindowDelegateHandleChar()1921 if (m_first_visible_row + m_max_y < m_num_rows) { in WindowDelegateHandleChar()1941 if (m_selected_row_idx + 1 < m_num_rows) { in WindowDelegateHandleChar()1994 int m_num_rows; member in TreeWindowDelegate2226 m_first_visible_row(0), m_num_rows(0), m_max_x(0), m_max_y(0) {} in ValueObjectListDelegate()2230 m_first_visible_row(0), m_num_rows(0), m_max_x(0), m_max_y(0) { in ValueObjectListDelegate()[all …]