![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <gnomekeyringpasswordbackend.h>
Public Member Functions | |
GnomeKeyringPasswordBackend () | |
QString | name () const |
QVector< PasswordEntry > | getEntries (const QUrl &url) |
QVector< PasswordEntry > | getAllEntries () |
void | addEntry (const PasswordEntry &entry) |
bool | updateEntry (const PasswordEntry &entry) |
void | updateLastUsed (PasswordEntry &entry) |
void | removeEntry (const PasswordEntry &entry) |
void | removeAll () |
![]() | |
PasswordBackend () | |
virtual | ~PasswordBackend ()=default |
virtual QString | name () const =0 |
virtual QStringList | getUsernames (const QUrl &url) |
virtual QVector< PasswordEntry > | getEntries (const QUrl &url)=0 |
virtual QVector< PasswordEntry > | getAllEntries ()=0 |
virtual void | addEntry (const PasswordEntry &entry)=0 |
virtual bool | updateEntry (const PasswordEntry &entry)=0 |
virtual void | updateLastUsed (PasswordEntry &entry)=0 |
virtual void | removeEntry (const PasswordEntry &entry)=0 |
virtual void | removeAll ()=0 |
virtual void | setActive (bool active) |
bool | isActive () const |
virtual bool | hasSettings () const |
virtual void | showSettings (QWidget *parent) |
Definition at line 26 of file gnomekeyringpasswordbackend.h.
|
explicit |
Definition at line 112 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 150 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 143 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 123 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 118 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 255 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 237 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 162 of file gnomekeyringpasswordbackend.cpp.
|
virtual |
Implements PasswordBackend.
Definition at line 211 of file gnomekeyringpasswordbackend.cpp.