/home/subzero/sqliteman/trunk/Sqliteman/sqliteman/main.cpp File Reference

#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"

Include dependency graph for main.cpp:


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 Documentation

#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")


Function Documentation

void initCrashHandler (  ) 

Referenced by main().

int main ( int  argc,
char **  argv 
)


Generated on Sat Jul 26 09:05:51 2008 for Sqliteman by  doxygen 1.5.5