GeoDesk  0.1.3
 All Classes Namespaces Files Functions Typedefs Pages
Functions
main.cpp File Reference

Tool to get geographical data from digitalised maps. More...

#include <config.hpp>
#include <cstddef>
#include <boost/test/included/prg_exec_monitor.hpp>
#include <boost/program_options.hpp>
#include <iostream>
#include <QApplication>
#include <QTranslator>
#include <QLocale>
#include <QLibraryInfo>
#include <QString>
#include "mainboard.hpp"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

int cpp_main (int argc, char **argv)
 Main function of the program. More...
 

Detailed Description

Tool to get geographical data from digitalised maps.

Author
Le Bars, Yoann
Version
1.0
Date
2013/06/19
2013/07/01
2014/02/05
2014/02/06

Definition in file main.cpp.

Function Documentation

int cpp_main ( int  argc,
char **  argv 
)

Main function of the program.

Parameters
argcCount of arguments transmitted to the program.
argvValues of arguments transmitted to the program.
Returns
Qt return value.

Definition at line 55 of file main.cpp.