Changeset 4202 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Aug 17, 2007 11:34:46 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23696
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h
r4201 r4202 98 98 void additionsStateChanged (const QString &, bool, bool); 99 99 void mediaChanged (VBoxDefs::DiskType aType); 100 void networkStateChange(); 101 void usbStateChange(); 100 102 void sharedFoldersChanged(); 101 103 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r4201 r4202 48 48 class VBoxUSBMenu; 49 49 class VBoxSwitchMenu; 50 class VBoxUSBLedTip;51 class VBoxNetworkLedTip;52 50 53 51 class VBoxConsoleWnd : public QMainWindow … … 170 168 void updateMouseState (int state); 171 169 void updateAdditionsState (const QString&, bool, bool); 170 void updateNetworkAdarptersState(); 171 void updateUsbState(); 172 172 void updateMediaState (VBoxDefs::DiskType aType); 173 173 void updateSharedFoldersState(); … … 272 272 QHBox *hostkey_hbox; 273 273 QLabel *hostkey_name; 274 275 VBoxUSBLedTip *mUsbLedTip;276 VBoxNetworkLedTip *mNetworkLedTip;277 274 278 275 QTimer *idle_timer; -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r4201 r4202 134 134 SessionStateChangeEventType, 135 135 SnapshotEventType, 136 NetworkAdapterChangeEventType, 137 USBCtlStateChangeEventType, 136 138 USBDeviceStateChangeEventType, 137 139 SharedFolderChangeEventType,
Note:
See TracChangeset
for help on using the changeset viewer.