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

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkCustomer.h2 * VBox Qt GUI - UINetworkCustomer class declaration.
31 class UINetworkCustomer : public QObject class in inherits:QObject
38 UINetworkCustomer();
39 UINetworkCustomer(QObject *pParent, bool fForceCall);
H A DUINetworkCustomer.cpp3 * VBox Qt GUI - UINetworkCustomer class implementation.
26 # include "UINetworkCustomer.h"
32 UINetworkCustomer::UINetworkCustomer() function in class:UINetworkCustomer
38 UINetworkCustomer::UINetworkCustomer(QObject *pParent, bool fForceCall) function in class:UINetworkCustomer
44 void UINetworkCustomer::createNetworkRequest(const QNetworkRequest &request, UINetworkRequestType type, const QString &strDescription)
49 void UINetworkCustomer::createNetworkRequest(const QList<QNetworkRequest> &requests, UINetworkRequestType type, const QString &strDescription)

Completed in 43 milliseconds