VirtualBox

Ignore:
Timestamp:
Feb 26, 2007 8:50:40 PM (18 years ago)
Author:
vboxsync
Message:

1765: Indicate that a VM has snapshots

File:
1 edited

Legend:

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

    r382 r1068  
    5858    QFont nameFont() const { return mNameFont; }
    5959
     60    QFont shotFont() const { return mShotFont; }
     61
    6062    QFont stateFont (CEnums::SessionState aS) const
    6163    {
     
    8183    CVirtualBox mVBox;
    8284    QFont mNameFont;
     85    QFont mShotFont;
    8386    QFont mStateBusyFont;
    8487    int mMargin;
     
    121124    int height (const QListBox *) const;
    122125    int width (const QListBox *) const;
    123    
     126
    124127    bool accessible() const { return mAccessible; }
    125128    const CVirtualBoxErrorInfo &accessError() const { return mAccessError; }
     
    137140    QUuid mId;
    138141    QString mSettingsFile;
    139    
     142
    140143    bool mAccessible;
    141144    CVirtualBoxErrorInfo mAccessError;
    142    
     145
    143146    QString mName;
     147    QString mSnapshotName;
    144148    CEnums::MachineState mState;
    145149    QDateTime mLastStateChange;
Note: See TracChangeset for help on using the changeset viewer.

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