VirtualBox

Ignore:
Timestamp:
Apr 3, 2014 3:17:29 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93125
Message:

FE/Qt: Medium Manager rework/cleanup: Abstract information-container content (labels/fields) mapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h

    r50966 r50967  
    178178    /** Returns item for passed medium @a type. */
    179179    UIMediumItem* mediumItem(UIMediumType type) const;
     180    /** Returns information-container for passed medium @a type. */
     181    QFrame* infoContainer(UIMediumType type) const;
     182    /** Returns information-label for passed medium @a type and @a iLabelIndex. */
     183    QLabel* infoLabel(UIMediumType type, int iLabelIndex) const;
     184    /** Returns information-field for passed medium @a type and @a iFieldIndex. */
     185    QILabel* infoField(UIMediumType type, int iFieldIndex) const;
    180186
    181187    /** Returns medium type for passed @a pTreeWidget. */
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