Falkon Develop
Cross-platform Qt-based web browser
PasswordEntry Struct Reference

#include <passwordmanager.h>

Public Member Functions

 PasswordEntry ()
 
bool isValid () const
 
bool operator== (const PasswordEntry &other) const
 
bool operator< (const PasswordEntry &other) const
 

Public Attributes

QVariant id
 
QString host
 
QString username
 
QString password
 
QByteArray data
 
int updated
 

Friends

FALKON_EXPORT QDataStream & operator<< (QDataStream &stream, const PasswordEntry &entry)
 
FALKON_EXPORT QDataStream & operator>> (QDataStream &stream, PasswordEntry &entry)
 

Detailed Description

Definition at line 31 of file passwordmanager.h.

Constructor & Destructor Documentation

◆ PasswordEntry()

PasswordEntry::PasswordEntry ( )
inline

Definition at line 39 of file passwordmanager.h.

Member Function Documentation

◆ isValid()

bool PasswordEntry::isValid ( ) const
inline

Definition at line 41 of file passwordmanager.h.

◆ operator<()

bool PasswordEntry::operator< ( const PasswordEntry other) const
inline

Definition at line 49 of file passwordmanager.h.

◆ operator==()

bool PasswordEntry::operator== ( const PasswordEntry other) const
inline

Definition at line 45 of file passwordmanager.h.

Friends And Related Function Documentation

◆ operator<<

FALKON_EXPORT QDataStream & operator<< ( QDataStream &  stream,
const PasswordEntry entry 
)
friend

Definition at line 29 of file passwordmanager.cpp.

◆ operator>>

FALKON_EXPORT QDataStream & operator>> ( QDataStream &  stream,
PasswordEntry entry 
)
friend

Definition at line 42 of file passwordmanager.cpp.

Member Data Documentation

◆ data

QByteArray PasswordEntry::data

Definition at line 36 of file passwordmanager.h.

◆ host

QString PasswordEntry::host

Definition at line 33 of file passwordmanager.h.

◆ id

QVariant PasswordEntry::id

Definition at line 32 of file passwordmanager.h.

◆ password

QString PasswordEntry::password

Definition at line 35 of file passwordmanager.h.

◆ updated

int PasswordEntry::updated

Definition at line 37 of file passwordmanager.h.

◆ username

QString PasswordEntry::username

Definition at line 34 of file passwordmanager.h.


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