Opened 13 years ago
Closed 12 months ago
#1054 closed enhancement (fixed)
Disk Device API -- Create Disk Device Parameter Editor Add-On Interface
Reported by: | bonefish | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Storage Kit | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Has a Patch: | no | Platform: | All |
Description
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 (3)
comment:1 by , 12 years ago
Milestone: | R1 → R1/alpha |
---|
comment:2 by , 11 years ago
Milestone: | R1/alpha1 → R1 |
---|
comment:3 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
BPartitionParameterEditor has been implemented for some time now.