QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
PasswordConfiguration Struct Reference

Holds the Password configuration settings. More...

#include <passwordconfiguration.h>

Public Types

enum  characterSet {
  ALLCHARS = 0 , ALPHABETICAL , ALPHANUMERIC , CUSTOM ,
  CHARSETS_COUNT
}
 The selected character set. More...
 

Public Member Functions

 PasswordConfiguration ()
 

Public Attributes

enum PasswordConfiguration::characterSet selected
 
int length
 Length of the password.
 
QString Characters [CHARSETS_COUNT]
 The different character sets.
 

Detailed Description

Holds the Password configuration settings.

Definition at line 10 of file passwordconfiguration.h.

Member Enumeration Documentation

◆ characterSet

The selected character set.

Enumerator
ALLCHARS 
ALPHABETICAL 
ALPHANUMERIC 
CUSTOM 
CHARSETS_COUNT 

Definition at line 14 of file passwordconfiguration.h.

Constructor & Destructor Documentation

◆ PasswordConfiguration()

PasswordConfiguration::PasswordConfiguration ( )
inline

Definition at line 29 of file passwordconfiguration.h.

Member Data Documentation

◆ Characters

QString PasswordConfiguration::Characters[CHARSETS_COUNT]

The different character sets.

Definition at line 28 of file passwordconfiguration.h.

◆ length

int PasswordConfiguration::length

Length of the password.

Definition at line 24 of file passwordconfiguration.h.

◆ selected

enum PasswordConfiguration::characterSet PasswordConfiguration::selected

The documentation for this struct was generated from the following file: