Searched refs:UINetworkManagerIndicator (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
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...]
H A DUINetworkManager.h34 class UINetworkManagerIndicator;
60 UINetworkManagerIndicator* indicator() const;
115 UINetworkManagerIndicator *m_pNetworkManagerIndicator;
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 DUINetworkRequest.h32 class UINetworkManagerIndicator;
99 UINetworkManagerIndicator *m_pNetworkManagerIndicator;
H A DUINetworkManager.cpp28 # include "UINetworkManagerIndicator.h"
69 UINetworkManagerIndicator* UINetworkManager::indicator() const
121 m_pNetworkManagerIndicator = new UINetworkManagerIndicator;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp36 # include "UINetworkManagerIndicator.h"
1296 UINetworkManagerIndicator *pIndicator = gNetworkManager->indicator();

Completed in 37 milliseconds