It contains the main routine of TerraView. More...
#include "Config.h"#include "../terralib/Defines.h"#include "TerraView.h"#include "TerraViewApp.h"#include <terralib/Exception.h>#include <terralib/common/Version.h>#include <terralib/core/utils/Platform.h>#include <terralib/qt/af/Utils.h>#include <terralib/qt/af/SplashScreenManager.h>#include <cstdlib>#include <exception>#include <locale>#include <QApplication>#include <QDir>#include <QFileInfo>#include <QLibraryInfo>#include <QLocale>#include <QMessageBox>#include <QSplashScreen>#include <QTextCodec>#include <QTranslator>#include <CoreFoundation/CoreFoundation.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
It contains the main routine of TerraView.
Definition in file src/terraview/main.cpp.
Definition at line 62 of file src/terraview/main.cpp.
References te::common::Version::asString(), d, te::core::FindInTerraLibPath(), te::common::Singleton< SplashScreenManager >::getInstance(), TerraView::init(), TerraView::startProject(), and TERRAVIEW_APPLICATION_CONFIG_FILE.