QAuthenticator Class Reference

QAuthenticator Class Reference

#include <qauthenticator.h>

Class Description

Definition at line 57 of file qauthenticator.h.

Public Member Functions

 QAuthenticator ()
 
 ~QAuthenticator ()
 
 QAuthenticator (const QAuthenticator &other)
 
QAuthenticatoroperator= (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
 

Constructor & Destructor Documentation

QAuthenticator ( const QAuthenticator other)

Member Function Documentation

QAuthenticator& operator= ( const QAuthenticator other)
bool operator== ( const QAuthenticator other) const
bool operator!= ( const QAuthenticator other) const
inline

Definition at line 67 of file qauthenticator.h.

67 { return !operator==(other); }
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 And Related Function Documentation

friend class QAuthenticatorPrivate
friend

Definition at line 84 of file qauthenticator.h.


The documentation for this class was generated from the following file: