Public Member Functions | |
| ListViewIterator (ListView *pListView, ListViewRow *pStartRow=NULL) | |
| ListViewRow * | GetNext (bool bChild=false, bool bCollapsed=false, bool bIncludeHidden=false) |
| ListViewRow * | GetPrev (bool bChild=false, bool bCollapsed=false, bool bIncludeHidden=false) |
| ListViewRow * | GetFirst () |
| ListViewRow * | GetLast () |
| void | Rewind () |
| ListViewIterator::ListViewIterator | ( | ListView * | pListView, | |
| ListViewRow * | pStartRow = NULL | |||
| ) |
| ListViewRow * ListViewIterator::GetNext | ( | bool | bChild = false, |
|
| bool | bCollapsed = false, |
|||
| bool | bIncludeHidden = false | |||
| ) |
| ListViewRow * ListViewIterator::GetPrev | ( | bool | bChild = false, |
|
| bool | bCollapsed = false, |
|||
| bool | bIncludeHidden = false | |||
| ) |
| ListViewRow * ListViewIterator::GetFirst | ( | ) |
| ListViewRow * ListViewIterator::GetLast | ( | ) |
| void ListViewIterator::Rewind | ( | ) |
1.5.1-p1