Changeset 6904 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Feb 11, 2008 5:11:29 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28055
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r6784 r6904 415 415 #endif 416 416 417 CSession openSession (const QUuid &id );417 CSession openSession (const QUuid &id, bool aExisting = false); 418 418 419 419 bool startMachine (const QUuid &id); -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h
r5999 r6904 26 26 #include <qapplication.h> 27 27 #include <qmainwindow.h> 28 #include <qlistbox.h> 28 29 #include <qgroupbox.h> 29 30 #include <qaction.h> … … 67 68 void vmStart(); 68 69 void vmDiscard(); 70 void vmPause (bool); 69 71 void vmRefresh(); 70 72 void vmShowLogs(); … … 74 76 bool aSnapshots, 75 77 bool aDescription); 78 79 void showContextMenu (QListBoxItem *, const QPoint &); 76 80 77 81 protected: … … 105 109 private: 106 110 111 /* context menu */ 112 QPopupMenu *mVmMenu; 113 107 114 /* actions */ 108 115 QAction *fileDiskMgrAction; … … 114 121 QAction *vmStartAction; 115 122 QAction *vmDiscardAction; 123 QAction *vmPauseAction; 116 124 QAction *vmRefreshAction; 117 125 QAction *vmShowLogsAction;
Note:
See TracChangeset
for help on using the changeset viewer.