Searched defs:UINetworkManagerIndicator (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManagerIndicator.h2 * VBox Qt GUI - UINetworkManagerIndicator stuff declaration.
39 class UINetworkManagerIndicator : public QIStateStatusBarIndicator class in inherits:QIStateStatusBarIndicator
50 /* Allow creation of UINetworkManagerIndicator to UINetworkManager: */
53 UINetworkManagerIndicator();
H A DUINetworkManagerIndicator.cpp3 * VBox Qt GUI - UINetworkManagerIndicator stuff implementation.
23 # include "UINetworkManagerIndicator.h"
30 UINetworkManagerIndicator::UINetworkManagerIndicator() function in class:UINetworkManagerIndicator
41 void UINetworkManagerIndicator::addNetworkRequest(UINetworkRequest *pNetworkRequest)
68 void UINetworkManagerIndicator::removeNetworkRequest(const QUuid &uuid)
84 void UINetworkManagerIndicator::sltSetProgressToStarted(const QUuid &uuid)
101 void UINetworkManagerIndicator::sltSetProgressToCanceled(const QUuid &uuid)
111 void UINetworkManagerIndicator::sltSetProgressToFailed(const QUuid &uuid, const QString &)
126 void UINetworkManagerIndicator
[all...]

Completed in 49 milliseconds