Definition at line 21 of file VP1Authenticator.cxx.
◆ Imp() [1/2]
Definition at line 49 of file VP1Authenticator.cxx.
59 #if defined BUILDVP1LIGHT
65 if(checkAuthEnabled) {
66 QString
logname(
"vp1live-auth.log");
68 std::cerr <<
"VP1Authenticator ERROR: Unable to remove old logfile" << std::endl;
71 if(!
m_log->open(QIODevice::WriteOnly)) {
72 std::cerr <<
"VP1Authenticator ERROR: Unable to open new logfile for writing" << std::endl;
◆ ~Imp()
VP1Authenticator::Imp::~Imp |
( |
| ) |
|
◆ Imp() [2/2]
VP1Authenticator::Imp::Imp |
( |
const Imp & |
| ) |
|
|
delete |
◆ connectToAuthenticator()
void VP1Authenticator::Imp::connectToAuthenticator |
( |
VP1Authenticator * |
authenticator | ) |
|
◆ displayError()
void VP1Authenticator::Imp::displayError |
( |
QString |
message | ) |
|
◆ getTagAttributeVal()
QString VP1Authenticator::Imp::getTagAttributeVal |
( |
const QString & |
tag, |
|
|
const QString & |
attribute |
|
) |
| |
Definition at line 91 of file VP1Authenticator.cxx.
93 QStringMatcher startMatcher(attribute +
"=\"",Qt::CaseInsensitive);
94 QStringMatcher endMatcher(
"\"");
96 int startPos = startMatcher.indexIn(
tag);
100 int endPos = endMatcher.indexIn(
tag,startPos+startMatcher.pattern().size());
104 return tag.mid(startPos+startMatcher.pattern().size(),endPos-startPos-startMatcher.pattern().size());
◆ operator=()
◆ m_fileInfoUrl
QString VP1Authenticator::Imp::m_fileInfoUrl |
◆ m_log
QFile* VP1Authenticator::Imp::m_log |
◆ m_loginServer
QString VP1Authenticator::Imp::m_loginServer |
◆ m_netmanager
QNetworkAccessManager* VP1Authenticator::Imp::m_netmanager |
◆ m_netreply
QNetworkReply* VP1Authenticator::Imp::m_netreply |
◆ m_theClass
◆ stage
int VP1Authenticator::Imp::stage |
The documentation for this class was generated from the following file: