Changeset 4201 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
- Timestamp:
- Aug 17, 2007 9:52:37 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r4146 r4201 112 112 USBStuff = 0x80, 113 113 VRDPStuff = 0x100, 114 AllStuff = 0xFF, 114 SharedFolderStuff = 0x200, 115 AllStuff = 0xFFFF, 115 116 }; 116 117 … … 167 168 void updateDeviceLights(); 168 169 void updateMachineState (CEnums::MachineState state); 169 170 170 void updateMouseState (int state); 171 172 171 void updateAdditionsState (const QString&, bool, bool); 173 174 172 void updateMediaState (VBoxDefs::DiskType aType); 173 void updateSharedFoldersState(); 175 174 176 175 void tryClose();
Note:
See TracChangeset
for help on using the changeset viewer.