Searched refs:CurrentRow (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp393 BRow* CurrentRow() const;
3343 for (RecursiveOutlineIterator iterator(&fRows); iterator.CurrentRow();
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3346 BRow* row = iterator.CurrentRow();
3490 for (RecursiveOutlineIterator iterator(&fRows); iterator.CurrentRow();
3492 BRow* row = iterator.CurrentRow();
3661 for (RecursiveOutlineIterator iterator(&fRows); iterator.CurrentRow();
3664 BRow* row = iterator.CurrentRow();
4303 iterator.CurrentRow();
4307 subTreeHeight += iterator.CurrentRow()
5103 RecursiveOutlineIterator::CurrentRow() const function in class:RecursiveOutlineIterator
[all...]

Completed in 35 milliseconds