Changeset 2567 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- May 9, 2007 4:38:24 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21034
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r2392 r2567 175 175 176 176 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; 180 181 181 182 QPixmap toIcon (CEnums::MachineState s) const -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h
r2540 r2567 161 161 QDateTime mLastStateChange; 162 162 CEnums::SessionState mSessionState; 163 QString mOSType ;163 QString mOSTypeId; 164 164 ULONG mSnapshotCount; 165 165
Note:
See TracChangeset
for help on using the changeset viewer.