The file holding the main() function.
More...
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | set_rlimit () |
| void | show_copyright () |
| void | show_help (char *prgname) |
| void | show_version () |
Variables | |
| const char | COPYRIGHT [] = "along with this program. If not, see <http://www.gnu.org/licenses/>.\n" |
Holds the main() function. It does also process command line arguments and initialize curses.
Definition in file main.cc.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 252 of file main.cc.
References YAPET::UI::BaseWindow::endCurses(), YAPET::CONFIG::Config::getAllowLockQuit(), YAPET::CONFIG::Config::getCharPools(), YAPET::CONSTS::Consts::getDefaultSuffix(), YAPET::CONFIG::Config::getFilesecurity(), YAPET::CONFIG::Config::getPetFile(), YAPET::CONFIG::Config::getPWGenPWLen(), YAPET::CONFIG::Config::getPWGenRNG(), YAPET::CONFIG::Config::getPwInputTimeout(), YAPET::CONFIG::Config::getTimeout(), YAPET::UI::BaseWindow::initCurses(), YAPET::CONFIG::Config::loadConfigFile(), MainWindow::run(), set_rlimit(), YAPET::GLOBALS::Globals::setAllowLockQuit(), YAPET::GLOBALS::Globals::setCharacterPools(), YAPET::CONFIG::Config::setFilesecurity(), YAPET::CONFIG::Config::setIgnorerc(), YAPET::GLOBALS::Globals::setPasswordLength(), YAPET::CONFIG::Config::setPetFile(), YAPET::GLOBALS::Globals::setPWGenRNG(), YAPET::GLOBALS::Globals::setPwInputTimeout(), YAPET::CONFIG::Config::setTimeout(), show_copyright(), show_help(), show_version(), and YAPET::UI::UIException::what().

| void set_rlimit | ( | ) |
| void show_copyright | ( | ) |
| void show_help | ( | char * | prgname | ) |
Definition at line 202 of file main.cc.
References show_version().
Referenced by main().


| void show_version | ( | ) |
Definition at line 154 of file main.cc.
Referenced by main(), and show_help().

| const char COPYRIGHT[] = "along with this program. If not, see <http://www.gnu.org/licenses/>.\n" |
Definition at line 105 of file main.cc.
Referenced by show_copyright().
1.7.1