VirtualBox

Ignore:
Timestamp:
Feb 11, 2015 4:51:55 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98183
Message:

FE/Qt: 6366: Pass VBoxSVCAvailabilityChange event through GUI. No handlers so far.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h

    r54149 r54150  
    112112    QString homeFolder() const { return m_strHomeFolder; }
    113113
     114    /** Returns the VBoxSVC availability value. */
     115    bool isVBoxSVCAvailable() const { return m_fVBoxSVCAvailable; }
     116
    114117    VBoxGlobalSettings &settings() { return gset; }
    115118    bool setSettings (VBoxGlobalSettings &gs);
     
    396399signals:
    397400
     401    /** Notifies listeners about the VBoxSVC availability change. */
     402    void sigVBoxSVCAvailabilityChange();
     403
    398404    /* Notifiers: Medium-processing stuff: */
    399405    void sigMediumCreated(const QString &strMediumID);
     
    417423    void prepare();
    418424    void cleanup();
     425
     426    /** Handles the VBoxSVC availability change. */
     427    void sltHandleVBoxSVCAvailabilityChange(bool fAvailable);
    419428
    420429protected:
     
    444453    /** Holds the symbolic VirtualBox home-folder representation. */
    445454    QString m_strHomeFolder;
     455
     456    /** Holds the VBoxSVC availability value. */
     457    bool m_fVBoxSVCAvailable;
    446458
    447459    VBoxGlobalSettings gset;
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