VirtualBox

Ignore:
Timestamp:
Nov 5, 2009 3:52:25 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54435
Message:

FE/Qt4: VM Settings / Storage Page: Using ISystemProperties::GetDeviceTypesForStorageBus() as device types getters instead of hard-coded values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h

    r24161 r24395  
    143143    void setCtrType (KStorageControllerType aCtrType);
    144144
    145     virtual DeviceTypeList deviceTypeList() const = 0;
     145    DeviceTypeList deviceTypeList() const;
    146146
    147147protected:
     
    164164private:
    165165
    166     DeviceTypeList deviceTypeList() const;
    167 
    168166    KStorageControllerType first() const;
    169167    uint size() const;
     
    179177private:
    180178
    181     DeviceTypeList deviceTypeList() const;
    182 
    183179    KStorageControllerType first() const;
    184180    uint size() const;
     
    194190private:
    195191
    196     DeviceTypeList deviceTypeList() const;
    197 
    198192    KStorageControllerType first() const;
    199193    uint size() const;
     
    208202
    209203private:
    210 
    211     DeviceTypeList deviceTypeList() const;
    212204
    213205    KStorageControllerType first() const;
     
    421413        R_AttSlots,
    422414        R_AttDevice,
    423         R_AttDevices,
    424415        R_AttMediumId,
    425416        R_AttIsShowDiffs,
     
    504495public:
    505496
    506     StorageDelegate (QObject *aParent, bool aDisableStaticControls);
     497    StorageDelegate (QObject *aParent);
    507498
    508499private:
     
    524515public:
    525516
    526     VBoxVMSettingsHD (bool aDisableStaticControls = false);
     517    VBoxVMSettingsHD();
    527518
    528519signals:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette