2 * Copyright 2007-2008 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT license.
9 #include <DiskDevice.h>
15 class DiskView
: public BView
{
16 typedef BView Inherited
;
18 DiskView(const BRect
& frame
,
20 SpaceIDMap
& spaceIDMap
);
24 virtual void Draw(BRect updateRect
);
26 void SetDiskCount(int32 count
);
27 void SetDisk(BDiskDevice
* disk
,
28 partition_id selectedPartition
);
34 SpaceIDMap
& fSpaceIDMap
;
36 class PartitionLayout
;
37 PartitionLayout
* fPartitionLayout
;