examples/qt/tools/main.cpp File Reference
#include "MainWindow.h"
#include <terralib/core/utils/Platform.h>
#include <terralib/core/plugin.h>
#include <terralib/common.h>
#include <QMetaType>
#include <QApplication>
#include <QMessageBox>
#include <exception>
#include <iostream>

Go to the source code of this file.

Functions

void LoadModules ()
 It loads the data source drivers. More...
 
int main (int argc, char **argv)
 

Function Documentation

void LoadModules ( )

It loads the data source drivers.

It loads the TerraLib modules.

Load the required runtime modules.

Load terralib modules.

It loads the data source drivers.

Definition at line 44 of file examples/qt/tools/main.cpp.

References te::core::FindInTerraLibPath(), te::core::PluginManager::insert(), te::core::PluginManager::instance(), te::core::JSONPluginInfoSerializer(), te::core::PluginManager::load(), and te::core::PluginInfo::name.

Referenced by main().