#include <consts.h>

Static Public Member Functions | |
| static const std::string & | getDefaultRCFilename () |
| static const std::string & | getDefaultSuffix () |
| static size_t | getMaxPWLength () |
Private Member Functions | |
| Consts () | |
| Consts (const Consts &) | |
| const Consts & | operator= (const Consts &) |
| ~Consts () | |
Static Private Attributes | |
| static const std::string | default_rcfilename |
| The default file name of the config file. | |
| static const std::string | default_suffix |
| Holds the default suffix for yapet files. | |
| static const size_t | max_pwlen |
| Maximum password length. | |
Definition at line 47 of file consts.h.
| YAPET::CONSTS::Consts::Consts | ( | const Consts & | ) | [inline, private] |
| const std::string & Consts::getDefaultRCFilename | ( | ) | [static] |
Definition at line 35 of file consts.cc.
References default_rcfilename.
Referenced by YAPET::CONFIG::ConfigFile::ConfigFile().

| const std::string & Consts::getDefaultSuffix | ( | ) | [static] |
Definition at line 30 of file consts.cc.
References default_suffix.
Referenced by FileOpen::getEntries(), FileOpen::getFilepath(), main(), YAPET::CONFIG::ConfigFile::parseFile(), and YAPET::CONFIG::Config::setPetFile().

| size_t Consts::getMaxPWLength | ( | ) | [static] |
Definition at line 40 of file consts.cc.
References max_pwlen.
Referenced by PWGenDialog::run().

const std::string Consts::default_rcfilename [static, private] |
Definition at line 52 of file consts.h.
Referenced by getDefaultRCFilename().
const std::string Consts::default_suffix [static, private] |
Definition at line 50 of file consts.h.
Referenced by getDefaultSuffix().
const size_t Consts::max_pwlen [static, private] |
Definition at line 54 of file consts.h.
Referenced by getMaxPWLength().
1.7.1