Static Public Member Functions | Private Member Functions | Static Private Attributes

YAPET::GLOBALS::Globals Class Reference

#include <globals.h>

List of all members.

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 Globalsoperator= (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

Detailed Description

Definition at line 48 of file globals.h.


Constructor & Destructor Documentation

YAPET::GLOBALS::Globals::Globals (  )  [inline, private]

Definition at line 55 of file globals.h.

YAPET::GLOBALS::Globals::~Globals (  )  [inline, private]

Definition at line 56 of file globals.h.

YAPET::GLOBALS::Globals::Globals ( const Globals  )  [inline, private]

Definition at line 57 of file globals.h.


Member Function Documentation

bool Globals::getAllowLockQuit (  )  [static]

Definition at line 69 of file globals.cc.

References allow_lock_quit.

Referenced by MainWindow::lockScreen().

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

unsigned int Globals::getPwInputTimeout (  )  [static]

Definition at line 79 of file globals.cc.

References pw_input_timeout.

Referenced by MainWindow::lockScreen().

Here is the caller graph for this function:

const Globals& YAPET::GLOBALS::Globals::operator= ( const Globals  )  [inline, private]

Definition at line 58 of file globals.h.

void Globals::setAllowLockQuit ( bool  b  )  [static]

Definition at line 64 of file globals.cc.

References allow_lock_quit.

Referenced by main().

Here is the caller graph for this function:

void Globals::setCharacterPools ( int  cp  )  [static]

Definition at line 44 of file globals.cc.

References selected_character_pools.

Referenced by main(), and PWGenDialog::~PWGenDialog().

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

void Globals::setPWGenRNG ( YAPET::PWGEN::RNGENGINE  e  )  [static]

Definition at line 34 of file globals.cc.

References pwgen_rng.

Referenced by main().

Here is the caller graph for this function:

void Globals::setPwInputTimeout ( unsigned int  i  )  [static]

Definition at line 74 of file globals.cc.

References pw_input_timeout.

Referenced by main().

Here is the caller graph for this function:


Member Data Documentation

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().

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().


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