Changeset 23223 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h
- Timestamp:
- Sep 22, 2009 3:50:03 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h
r19239 r23223 46 46 47 47 void setCurrentItem (const QString &aItemId); 48 void setType (VBoxDefs::Medi aType aMediaType);48 void setType (VBoxDefs::MediumType aMediumType); 49 49 void setMachineId (const QString &aMachineId = QString::null); 50 void setNullItemPresent (bool aNullItemPresent); 50 51 51 52 void setShowDiffs (bool aShowDiffs); … … 59 60 void mediumAdded (const VBoxMedium &); 60 61 void mediumUpdated (const VBoxMedium &); 61 void mediumRemoved (VBoxDefs::Medi aType, const QString &);62 void mediumRemoved (VBoxDefs::MediumType, const QString &); 62 63 63 64 void processActivated (int aIndex); … … 77 78 bool findMediaIndex (const QString &aId, int &aIndex); 78 79 79 VBoxDefs::Medi aType mType;80 VBoxDefs::MediumType mType; 80 81 81 82 /** Obtruncated VBoxMedium structure. */ … … 98 99 99 100 bool mShowDiffs : 1; 101 bool mNullItemPresent : 1; 100 102 101 103 QString mMachineId;
Note:
See TracChangeset
for help on using the changeset viewer.