Changeset 1177 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Mar 4, 2007 9:05:35 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19093
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h
r1000 r1177 38 38 class VBoxSnapshotsWgt; 39 39 class VBoxVMDetailsView; 40 class VBoxVMDescriptionPage; 40 41 41 42 class QLabel; … … 64 65 65 66 void vmNew(); 66 void vmSettings (const QString &category = QString::null );67 void vmSettings (const QString &category = QString::null, int = 0); 67 68 void vmDelete(); 68 69 void vmStart(); … … 72 73 void refreshVMList(); 73 74 void refreshVMItem (const QUuid &aID, bool aDetails, 74 bool aSnapshots); 75 bool aSnapshots, 76 bool aDescription); 75 77 76 78 void showHelpContents(); … … 90 92 91 93 void vmListBoxCurrentChanged (bool aRefreshDetails = true, 92 bool aRefreshSnapshots = true); 94 bool aRefreshSnapshots = true, 95 bool aRefreshDescription = true); 93 96 void mediaEnumFinished (const VBoxMediaList &); 94 97 … … 123 126 VBoxVMDetailsView *vmDetailsView; 124 127 VBoxSnapshotsWgt *vmSnapshotsWgt; 128 VBoxVMDescriptionPage *vmDescriptionPage; 125 129 126 130 QValueList <CSession> sessions;
Note:
See TracChangeset
for help on using the changeset viewer.