VirtualBox

Ignore:
Timestamp:
May 9, 2007 4:38:24 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21034
Message:

Main & All Frontends: replaced the IGuestOSType IMachine::OSType property with the wstring IMachine::OSTypeId property (+ converted IGuest and IGuestOSType to VirtualBoxBaseNEXT semantics).

Location:
trunk/src/VBox/Frontends/VirtualBox/include
Files:
2 edited

Legend:

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

    r2392 r2567  
    175175
    176176    QStringList vmGuestOSTypeDescriptions() const;
    177     CGuestOSType vmGuestOSType (int index) const;
    178     int vmGuestOSTypeIndex (const CGuestOSType &type) const;
    179     QPixmap vmGuestOSTypeIcon (const QString &type) const;
     177    CGuestOSType vmGuestOSType (int aIndex) const;
     178    int vmGuestOSTypeIndex (const QString &aId) const;
     179    QPixmap vmGuestOSTypeIcon (const QString &aId) const;
     180    QString vmGuestOSTypeDescription (const QString &aId) const;
    180181
    181182    QPixmap toIcon (CEnums::MachineState s) const
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h

    r2540 r2567  
    161161    QDateTime mLastStateChange;
    162162    CEnums::SessionState mSessionState;
    163     QString mOSType;
     163    QString mOSTypeId;
    164164    ULONG mSnapshotCount;
    165165
Note: See TracChangeset for help on using the changeset viewer.

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