Disk Device API -- Create Disk Device Parameter Editor Add-On Interface
An interface for providing a GUI for editing the specific parameters of file/partitioning systems needs to be created:
- A class BDiskDeviceParameterEditor, which will be the interface for the disk device API user, needs to be designed, as well as the interface for add-ons providing the implementations of those class. headers/private/storage/DiskScannerAddOn.h and src/kits/storage/DiskScannerAddOn.cpp were used for that purpose in an earlier API version.
- The BPartition methods using/returning BDiskDeviceParameterEditor need to be implemented.
Change History
(4)
Milestone: |
R1/alpha1 → R1
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
BPartitionParameterEditor has been implemented for some time now.