GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4HttpProxy.h>
Public Slots | |
void | httpFinished () |
void | httpHReqError (QNetworkReply::NetworkError) |
void | authenticationRequiredSlot (QNetworkReply *, QAuthenticator *) |
void | updateRatemeter () |
void | updateHierarchy () |
void | regularRequestFinished () |
Public Member Functions | |
QHttpProxy (TGo4HttpProxy *p) | |
virtual | ~QHttpProxy () |
void | StartRequest (const char *url) |
Protected Attributes | |
QNetworkAccessManager | qnam |
QNetworkReply * | fHReply |
central manager of network requests More... | |
TGo4HttpProxy * | fProxy |
used only to receive hierarchy More... | |
Friends | |
class | TGo4HttpProxy |
class | TGo4HttpAccess |
Here Qt-specific functionality of HttpProxy
Definition at line 29 of file TGo4HttpProxy.h.
QHttpProxy::QHttpProxy | ( | TGo4HttpProxy * | p | ) |
Definition at line 42 of file TGo4HttpProxy.cpp.
References authenticationRequiredSlot(), and qnam.
|
virtual |
Definition at line 52 of file TGo4HttpProxy.cpp.
|
slot |
Definition at line 111 of file TGo4HttpProxy.cpp.
References TGo4HttpProxy::fPassword, fProxy, and TGo4HttpProxy::fUserName.
Referenced by QHttpProxy().
|
slot |
Definition at line 56 of file TGo4HttpProxy.cpp.
References fHReply, fProxy, and TGo4HttpProxy::GetHReply().
Referenced by StartRequest().
|
slot |
|
slot |
Definition at line 87 of file TGo4HttpProxy.cpp.
References fProxy, and TGo4HttpProxy::ProcessRegularMultiRequest().
void QHttpProxy::StartRequest | ( | const char * | url | ) |
Definition at line 93 of file TGo4HttpProxy.cpp.
References fHReply, httpFinished(), httpHReqError(), and qnam.
Referenced by TGo4HttpProxy::UpdateHierarchy().
|
slot |
Definition at line 82 of file TGo4HttpProxy.cpp.
References fProxy, and TGo4HttpProxy::UpdateHierarchy().
|
slot |
Definition at line 76 of file TGo4HttpProxy.cpp.
References fProxy, and TGo4HttpProxy::ProcessUpdateTimer().
|
friend |
Definition at line 33 of file TGo4HttpProxy.h.
|
friend |
Definition at line 32 of file TGo4HttpProxy.h.
|
protected |
central manager of network requests
Definition at line 37 of file TGo4HttpProxy.h.
Referenced by httpFinished(), httpHReqError(), TGo4HttpProxy::NamesListReceived(), StartRequest(), and TGo4HttpProxy::UpdateHierarchy().
|
protected |
used only to receive hierarchy
Definition at line 38 of file TGo4HttpProxy.h.
Referenced by authenticationRequiredSlot(), httpFinished(), regularRequestFinished(), updateHierarchy(), and updateRatemeter().
|
protected |
Definition at line 36 of file TGo4HttpProxy.h.
Referenced by TGo4HttpAccess::AssignObjectTo(), TGo4HttpProxy::PostObject(), TGo4HttpProxy::ProcessRegularMultiRequest(), QHttpProxy(), StartRequest(), and TGo4HttpProxy::SubmitURL().