Falkon Develop
Cross-platform Qt-based web browser
PasswordBackendTest Class Referenceabstract

#include <passwordbackendtest.h>

Inheritance diagram for PasswordBackendTest:
DatabaseEncryptedPasswordBackendTest DatabasePasswordBackendTest

Public Member Functions

 PasswordBackendTest ()
 

Protected Member Functions

virtual void reloadBackend ()=0
 
virtual void init ()
 
virtual void cleanup ()
 

Protected Attributes

PasswordBackendm_backend
 
QVector< PasswordEntrym_entries
 

Detailed Description

Definition at line 26 of file passwordbackendtest.h.

Constructor & Destructor Documentation

◆ PasswordBackendTest()

PasswordBackendTest::PasswordBackendTest ( )
explicit

Definition at line 54 of file passwordbackendtest.cpp.

Member Function Documentation

◆ cleanup()

virtual void PasswordBackendTest::cleanup ( )
inlineprotectedvirtual

◆ init()

virtual void PasswordBackendTest::init ( )
inlineprotectedvirtual

◆ reloadBackend()

virtual void PasswordBackendTest::reloadBackend ( )
protectedpure virtual

Member Data Documentation

◆ m_backend

PasswordBackend* PasswordBackendTest::m_backend
protected

Definition at line 46 of file passwordbackendtest.h.

◆ m_entries

QVector<PasswordEntry> PasswordBackendTest::m_entries
protected

Definition at line 47 of file passwordbackendtest.h.


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