VirtualBox

Ignore:
Timestamp:
Aug 17, 2007 11:34:46 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23696
Message:

Network & USB ToolTip classes were removed from ConsoleWnd.
Call-back notifications are used for tool-tip updates reason now.

Location:
trunk/src/VBox/Frontends/VirtualBox/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h

    r4201 r4202  
    9898    void additionsStateChanged (const QString &, bool, bool);
    9999    void mediaChanged (VBoxDefs::DiskType aType);
     100    void networkStateChange();
     101    void usbStateChange();
    100102    void sharedFoldersChanged();
    101103
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h

    r4201 r4202  
    4848class VBoxUSBMenu;
    4949class VBoxSwitchMenu;
    50 class VBoxUSBLedTip;
    51 class VBoxNetworkLedTip;
    5250
    5351class VBoxConsoleWnd : public QMainWindow
     
    170168    void updateMouseState (int state);
    171169    void updateAdditionsState (const QString&, bool, bool);
     170    void updateNetworkAdarptersState();
     171    void updateUsbState();
    172172    void updateMediaState (VBoxDefs::DiskType aType);
    173173    void updateSharedFoldersState();
     
    272272    QHBox *hostkey_hbox;
    273273    QLabel *hostkey_name;
    274 
    275     VBoxUSBLedTip *mUsbLedTip;
    276     VBoxNetworkLedTip *mNetworkLedTip;
    277274
    278275    QTimer *idle_timer;
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h

    r4201 r4202  
    134134        SessionStateChangeEventType,
    135135        SnapshotEventType,
     136        NetworkAdapterChangeEventType,
     137        USBCtlStateChangeEventType,
    136138        USBDeviceStateChangeEventType,
    137139        SharedFolderChangeEventType,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette