Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DColumnListView.cpp559 fPrevSelected(NULL), in BRow()
572 fPrevSelected(NULL), in BRow()
651 return fPrevSelected != NULL; in IsSelected()
3236 fSelectionListDummyHead.fPrevSelected = &fSelectionListDummyHead; in OutlineView()
3284 row->fNextSelected->fPrevSelected = row->fPrevSelected; in Deselect()
3285 row->fPrevSelected->fNextSelected = row->fNextSelected; in Deselect()
3287 row->fPrevSelected = 0; in Deselect()
3304 row->fPrevSelected = &fSelectionListDummyHead; in AddToSelection()
3305 row->fNextSelected->fPrevSelected = row; in AddToSelection()
3306 row->fPrevSelected->fNextSelected = row; in AddToSelection()
[all …]
/haiku/headers/private/interface/
H A DColumnListView.h153 BRow* fPrevSelected; variable