![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <kwalletpasswordbackend.h>
Public Member Functions | |
KWalletPasswordBackend () | |
~KWalletPasswordBackend () override | |
QString | name () const override |
QVector< PasswordEntry > | getEntries (const QUrl &url) override |
QVector< PasswordEntry > | getAllEntries () override |
void | addEntry (const PasswordEntry &entry) override |
bool | updateEntry (const PasswordEntry &entry) override |
void | updateLastUsed (PasswordEntry &entry) override |
void | removeEntry (const PasswordEntry &entry) override |
void | removeAll () override |
![]() | |
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 30 of file kwalletpasswordbackend.h.
|
explicit |
Definition at line 49 of file kwalletpasswordbackend.cpp.
|
override |
Definition at line 297 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 98 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 80 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 60 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 55 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 176 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 158 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 115 of file kwalletpasswordbackend.cpp.
|
overridevirtual |
Implements PasswordBackend.
Definition at line 136 of file kwalletpasswordbackend.cpp.