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

/haiku-fatelf/src/apps/drivesetup/
H A DDiskView.cpp198 fSelectedPartition(-1),
246 view->SetSelected(id == fSelectedPartition);
259 if (fSelectedPartition == id)
262 if (fViewMap.ContainsKey(fSelectedPartition)) {
263 PartitionView* view = fViewMap.Get(fSelectedPartition);
267 fSelectedPartition = id;
269 if (fViewMap.ContainsKey(fSelectedPartition)) {
270 PartitionView* view = fViewMap.Get(fSelectedPartition);
330 partition_id fSelectedPartition; member in class:DiskView::PartitionLayout

Completed in 82 milliseconds