#include <qauthenticator.h>
Definition at line 57 of file qauthenticator.h.
Public Member Functions | |
QAuthenticator () | |
~QAuthenticator () | |
QAuthenticator (const QAuthenticator &other) | |
QAuthenticator & | operator= (const QAuthenticator &other) |
bool | operator== (const QAuthenticator &other) const |
bool | operator!= (const QAuthenticator &other) const |
QString | user () const |
void | setUser (const QString &user) |
QString | password () const |
void | setPassword (const QString &password) |
QString | realm () const |
QVariant | option (const QString &opt) const |
QVariantHash | options () const |
void | setOption (const QString &opt, const QVariant &value) |
bool | isNull () const |
void | detach () |
Friends | |
class | QAuthenticatorPrivate |
QAuthenticator | ( | ) |
~QAuthenticator | ( | ) |
QAuthenticator | ( | const QAuthenticator & | other | ) |
QAuthenticator& operator= | ( | const QAuthenticator & | other | ) |
bool operator== | ( | const QAuthenticator & | other | ) | const |
|
inline |
Definition at line 67 of file qauthenticator.h.
QString user | ( | ) | const |
QString password | ( | ) | const |
QString realm | ( | ) | const |
QVariantHash options | ( | ) | const |
bool isNull | ( | ) | const |
void detach | ( | ) |
|
friend |
Definition at line 84 of file qauthenticator.h.