Functions

readesm.cpp File Reference

contains main() and handling of command line arguments. More...

#include "config.h"
#include "fileformat/EsmFile.h"
#include "fileformat/Reporter/HtmlReporter.h"
#include "gui/mainWindow.h"
#include <QtCore/QByteArray>
#include <QtCore/QFile>
#include <QtCore/QLocale>
#include <QtCore/QString>
#include <QtCore/QTextStream>
#include <QtCore/QTranslator>
#include <QtGui/QApplication>
Include dependency graph for readesm.cpp:

Functions

template<typename T >
int main2 (int argc, char **argv)
int main (int argc, char **argv)

Detailed Description

contains main() and handling of command line arguments.

readesm mainly defines which files to read and parse. The actual parsing of files is described in DataDefinitions.xml and the information about the parsing of the individual blocks just there.


Function Documentation

int main ( int  argc,
char **  argv 
)
template<typename T >
int main2 ( int  argc,
char **  argv 
)