1 //----------------------------------------------------------------------
2 // This software is part of the OpenBeOS distribution and is covered
4 //---------------------------------------------------------------------
6 #ifndef _PARTITIONING_DIALOG_H
7 #define _PARTITIONING_DIALOG_H
12 class BDiskScannerParameterEditor
;
16 class PartitioningDialog
: public BWindow
{
18 PartitioningDialog(BRect dialogCenter
);
19 virtual ~PartitioningDialog();
21 virtual void MessageReceived(BMessage
*message
);
22 virtual bool QuitRequested();
24 status_t
Go(BDiskScannerParameterEditor
*editor
, bool *cancelled
);
27 status_t
_Init(BDiskScannerParameterEditor
*editor
);
30 BDiskScannerParameterEditor
*fEditor
;
37 } // namespace BPrivate
39 using BPrivate::PartitioningDialog
;
41 #endif // _PARTITIONING_DIALOG_H