Data stored for every password.
More...
#include </var/tmp/work/evaf/src/apps/PswGen/Storage/istorage.h>
Data stored for every password.
Definition at line 38 of file istorage.h.
eVaf::PswGen::Storage::Data::Data |
( |
QString const & |
name | ) |
|
|
inline |
eVaf::PswGen::Storage::Data::Data |
( |
QString const & |
name, |
|
|
QString const & |
suffix, |
|
|
int |
l, |
|
|
uint |
f = 0 |
|
) |
| |
|
inline |
uint eVaf::PswGen::Storage::Data::flags |
( |
| ) |
const |
|
inline |
Optional flags for the password generator.
Definition at line 84 of file istorage.h.
int eVaf::PswGen::Storage::Data::length |
( |
| ) |
const |
|
inline |
Length of the generated password.
Definition at line 74 of file istorage.h.
bool eVaf::PswGen::Storage::Data::modified |
( |
| ) |
const |
|
inline |
Flag indicating that some fields are modified.
Definition at line 94 of file istorage.h.
QString const& eVaf::PswGen::Storage::Data::name |
( |
| ) |
const |
|
inline |
Name of the password.
Definition at line 61 of file istorage.h.
void eVaf::PswGen::Storage::Data::reset |
( |
| ) |
|
|
inline |
Resets the modified flag.
Definition at line 97 of file istorage.h.
void eVaf::PswGen::Storage::Data::setFlags |
( |
uint |
value | ) |
|
|
inline |
void eVaf::PswGen::Storage::Data::setLength |
( |
int |
value | ) |
|
|
inline |
void eVaf::PswGen::Storage::Data::setSuffix |
( |
QString const & |
suffix | ) |
|
|
inline |
QString const& eVaf::PswGen::Storage::Data::suffix |
( |
| ) |
const |
|
inline |
Optional suffix added to the name.
Definition at line 64 of file istorage.h.
The documentation for this class was generated from the following file: