VirtualBox

Ignore:
Timestamp:
Sep 22, 2009 3:50:03 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52692
Message:

API: big medium handling change and lots of assorted other cleanups and fixes

File:
1 edited

Legend:

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

    r19239 r23223  
    4646
    4747    void setCurrentItem (const QString &aItemId);
    48     void setType (VBoxDefs::MediaType aMediaType);
     48    void setType (VBoxDefs::MediumType aMediumType);
    4949    void setMachineId (const QString &aMachineId = QString::null);
     50    void setNullItemPresent (bool aNullItemPresent);
    5051
    5152    void setShowDiffs (bool aShowDiffs);
     
    5960    void mediumAdded (const VBoxMedium &);
    6061    void mediumUpdated (const VBoxMedium &);
    61     void mediumRemoved (VBoxDefs::MediaType, const QString &);
     62    void mediumRemoved (VBoxDefs::MediumType, const QString &);
    6263
    6364    void processActivated (int aIndex);
     
    7778    bool findMediaIndex (const QString &aId, int &aIndex);
    7879
    79     VBoxDefs::MediaType mType;
     80    VBoxDefs::MediumType mType;
    8081
    8182    /** Obtruncated VBoxMedium structure. */
     
    9899
    99100    bool mShowDiffs : 1;
     101    bool mNullItemPresent : 1;
    100102
    101103    QString mMachineId;
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