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

/haiku/src/apps/drivesetup/
H A DMainWindow.h91 DiskView* fDiskView; member in class:MainWindow
H A DMainWindow.cpp318 fDiskView = new DiskView(r, B_FOLLOW_LEFT_RIGHT | B_FOLLOW_TOP,
320 AddChild(fDiskView);
563 fDiskView->SetDiskCount(diskCount);
572 fDiskView->ForceUpdate();
640 fDiskView->SetDisk(fCurrentDisk, fCurrentPartitionID);
1267 fDiskView->ForceUpdate();
1341 fDiskView->ForceUpdate();
1432 fDiskView->ForceUpdate();
1469 maxHeight += fDiskView->Bounds().Height();

Completed in 100 milliseconds