#include <globals.h>
Static Public Member Functions | |
| static bool | getAllowLockQuit () |
| static int | getCharacterPools () |
| static size_t | getPasswordLength () |
| static YAPET::PWGEN::RNGENGINE | getPWGenRNG () |
| static unsigned int | getPwInputTimeout () |
| static void | setAllowLockQuit (bool b) |
| static void | setCharacterPools (int cp) |
| static void | setPasswordLength (size_t pl) |
| static void | setPWGenRNG (YAPET::PWGEN::RNGENGINE e) |
| static void | setPwInputTimeout (unsigned int i) |
Private Member Functions | |
| Globals () | |
| Globals (const Globals &) | |
| const Globals & | operator= (const Globals &) |
| ~Globals () | |
Static Private Attributes | |
| static bool | allow_lock_quit |
| static unsigned int | pw_input_timeout |
| static YAPET::PWGEN::RNGENGINE | pwgen_rng |
| static int | selected_character_pools |
| static size_t | selected_password_length |
Definition at line 48 of file globals.h.
| YAPET::GLOBALS::Globals::Globals | ( | const Globals & | ) | [inline, private] |
| bool Globals::getAllowLockQuit | ( | ) | [static] |
Definition at line 69 of file globals.cc.
References allow_lock_quit.
Referenced by MainWindow::lockScreen().

| int Globals::getCharacterPools | ( | ) | [static] |
Definition at line 49 of file globals.cc.
References selected_character_pools.
| size_t Globals::getPasswordLength | ( | ) | [static] |
Definition at line 59 of file globals.cc.
References selected_password_length.
| YAPET::PWGEN::RNGENGINE Globals::getPWGenRNG | ( | ) | [static] |
Definition at line 39 of file globals.cc.
References pwgen_rng.
Referenced by PWGenDialog::PWGenDialog().

| unsigned int Globals::getPwInputTimeout | ( | ) | [static] |
Definition at line 79 of file globals.cc.
References pw_input_timeout.
Referenced by MainWindow::lockScreen().

| void Globals::setAllowLockQuit | ( | bool | b | ) | [static] |
Definition at line 64 of file globals.cc.
References allow_lock_quit.
Referenced by main().

| void Globals::setCharacterPools | ( | int | cp | ) | [static] |
Definition at line 44 of file globals.cc.
References selected_character_pools.
Referenced by main(), and PWGenDialog::~PWGenDialog().

| void Globals::setPasswordLength | ( | size_t | pl | ) | [static] |
Definition at line 54 of file globals.cc.
References selected_password_length.
Referenced by main(), and PWGenDialog::~PWGenDialog().

| void Globals::setPWGenRNG | ( | YAPET::PWGEN::RNGENGINE | e | ) | [static] |
Definition at line 34 of file globals.cc.
References pwgen_rng.
Referenced by main().

| void Globals::setPwInputTimeout | ( | unsigned int | i | ) | [static] |
Definition at line 74 of file globals.cc.
References pw_input_timeout.
Referenced by main().

bool Globals::allow_lock_quit [static, private] |
Definition at line 53 of file globals.h.
Referenced by getAllowLockQuit(), and setAllowLockQuit().
unsigned int Globals::pw_input_timeout [static, private] |
Definition at line 54 of file globals.h.
Referenced by getPwInputTimeout(), and setPwInputTimeout().
YAPET::PWGEN::RNGENGINE Globals::pwgen_rng [static, private] |
Definition at line 50 of file globals.h.
Referenced by getPWGenRNG(), and setPWGenRNG().
int Globals::selected_character_pools [static, private] |
Definition at line 51 of file globals.h.
Referenced by getCharacterPools(), and setCharacterPools().
size_t Globals::selected_password_length [static, private] |
Definition at line 52 of file globals.h.
Referenced by getPasswordLength(), and setPasswordLength().
1.7.1