![]() |
ATLAS Offline Software
|
Public Member Functions | |
| Imp (VP1Authenticator *, const QString &) | |
| ~Imp () | |
| Imp (const Imp &)=delete | |
| Imp & | operator= (const Imp &)=delete |
| QString | getTagAttributeVal (const QString &tag, const QString &attribute) |
| void | connectToAuthenticator (VP1Authenticator *authenticator) |
| void | displayError (const QString &) |
Public Attributes | |
| VP1Authenticator * | m_theClass {} |
| QNetworkAccessManager * | m_netmanager {} |
| QNetworkReply * | m_netreply {} |
| QFile * | m_log {} |
| int | stage {1} |
| QString | m_fileInfoUrl |
| QString | m_loginServer |
Definition at line 21 of file VP1Authenticator.cxx.
| VP1Authenticator::Imp::Imp | ( | VP1Authenticator * | theClass, |
| const QString & | fileInfoUrl ) |
Definition at line 49 of file VP1Authenticator.cxx.
| VP1Authenticator::Imp::~Imp | ( | ) |
Definition at line 80 of file VP1Authenticator.cxx.
|
delete |
| void VP1Authenticator::Imp::connectToAuthenticator | ( | VP1Authenticator * | authenticator | ) |
Definition at line 108 of file VP1Authenticator.cxx.
| void VP1Authenticator::Imp::displayError | ( | const QString & | message | ) |
Definition at line 120 of file VP1Authenticator.cxx.
| QString VP1Authenticator::Imp::getTagAttributeVal | ( | const QString & | tag, |
| const QString & | attribute ) |
Definition at line 91 of file VP1Authenticator.cxx.
| QString VP1Authenticator::Imp::m_fileInfoUrl |
Definition at line 45 of file VP1Authenticator.cxx.
| QFile* VP1Authenticator::Imp::m_log {} |
Definition at line 42 of file VP1Authenticator.cxx.
| QString VP1Authenticator::Imp::m_loginServer |
Definition at line 46 of file VP1Authenticator.cxx.
| QNetworkAccessManager* VP1Authenticator::Imp::m_netmanager {} |
Definition at line 40 of file VP1Authenticator.cxx.
| QNetworkReply* VP1Authenticator::Imp::m_netreply {} |
Definition at line 41 of file VP1Authenticator.cxx.
| VP1Authenticator* VP1Authenticator::Imp::m_theClass {} |
Definition at line 39 of file VP1Authenticator.cxx.
| int VP1Authenticator::Imp::stage {1} |
Definition at line 44 of file VP1Authenticator.cxx.