eVaf
eVaf::PswGen::Storage::Data Class Reference

Data stored for every password. More...

#include </var/tmp/work/evaf/src/apps/PswGen/Storage/istorage.h>

Public Member Functions

 Data (QString const &name)
 
 Data (QString const &name, QString const &suffix, int l, uint f=0)
 
uint flags () const
 Optional flags for the password generator. More...
 
int length () const
 Length of the generated password. More...
 
bool modified () const
 Flag indicating that some fields are modified. More...
 
QString const & name () const
 Name of the password. More...
 
void reset ()
 Resets the modified flag. More...
 
void setFlags (uint value)
 
void setLength (int value)
 
void setSuffix (QString const &suffix)
 
QString const & suffix () const
 Optional suffix added to the name. More...
 

Detailed Description

Data stored for every password.

Definition at line 38 of file istorage.h.

Constructor & Destructor Documentation

eVaf::PswGen::Storage::Data::Data ( QString const &  name)
inline

Definition at line 42 of file istorage.h.

eVaf::PswGen::Storage::Data::Data ( QString const &  name,
QString const &  suffix,
int  l,
uint  f = 0 
)
inline

Definition at line 51 of file istorage.h.

Member Function Documentation

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

Definition at line 85 of file istorage.h.

void eVaf::PswGen::Storage::Data::setLength ( int  value)
inline

Definition at line 75 of file istorage.h.

void eVaf::PswGen::Storage::Data::setSuffix ( QString const &  suffix)
inline

Definition at line 65 of file istorage.h.

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: