#include <signal.h>#include <unistd.h>#include <QApplication>#include <QIcon>#include <QDir>#include <QLocale>#include <QTranslator>#include <QStyleFactory>#include <QMessageBox>#include <QTextStream>#include "litemanwindow.h"#include "preferences.h"#include "utils.h"

Classes | |
| class | ArgsParser |
| Parse the CLI user input. Based on the Scribus code (a bit). More... | |
Defines | |
| #define | ARG_VERSION "--version" |
| #define | ARG_HELP "--help" |
| #define | ARG_LANG "--lang" |
| #define | ARG_AVAILLANG "--langs" |
| #define | ARG_VERSION_SHORT "-v" |
| #define | ARG_HELP_SHORT "-h" |
| #define | ARG_LANG_SHORT "-l" |
| #define | ARG_AVAILLANG_SHORT "-la" |
| #define | endl QString("\n") |
Functions | |
| void | initCrashHandler () |
| int | main (int argc, char **argv) |
| #define ARG_AVAILLANG "--langs" |
Referenced by ArgsParser::parseArgs().
| #define ARG_AVAILLANG_SHORT "-la" |
Referenced by ArgsParser::parseArgs().
| #define ARG_HELP "--help" |
Referenced by ArgsParser::parseArgs().
| #define ARG_HELP_SHORT "-h" |
Referenced by ArgsParser::parseArgs().
| #define ARG_LANG "--lang" |
Referenced by ArgsParser::parseArgs().
| #define ARG_LANG_SHORT "-l" |
Referenced by ArgsParser::parseArgs().
| #define ARG_VERSION "--version" |
Referenced by ArgsParser::parseArgs().
| #define ARG_VERSION_SHORT "-v" |
Referenced by ArgsParser::parseArgs().
| #define endl QString("\n") |
| void initCrashHandler | ( | ) |
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
1.5.5