Changeset 1068 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Feb 26, 2007 8:50:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h
r382 r1068 58 58 QFont nameFont() const { return mNameFont; } 59 59 60 QFont shotFont() const { return mShotFont; } 61 60 62 QFont stateFont (CEnums::SessionState aS) const 61 63 { … … 81 83 CVirtualBox mVBox; 82 84 QFont mNameFont; 85 QFont mShotFont; 83 86 QFont mStateBusyFont; 84 87 int mMargin; … … 121 124 int height (const QListBox *) const; 122 125 int width (const QListBox *) const; 123 126 124 127 bool accessible() const { return mAccessible; } 125 128 const CVirtualBoxErrorInfo &accessError() const { return mAccessError; } … … 137 140 QUuid mId; 138 141 QString mSettingsFile; 139 142 140 143 bool mAccessible; 141 144 CVirtualBoxErrorInfo mAccessError; 142 145 143 146 QString mName; 147 QString mSnapshotName; 144 148 CEnums::MachineState mState; 145 149 QDateTime mLastStateChange;
Note:
See TracChangeset
for help on using the changeset viewer.