#include <terralib/common.h>#include <terralib/core.h>#include <terralib/ceditor/CodeEditorDialog.h>#include <QApplication>#include <QIcon>#include "MainWindow.h"Go to the source code of this file.
Functions | |
| void | Finalize () |
| void | Initialize () |
| void | LoadModule (std::string m) |
| int | main (int argc, char *argv[]) |
| void Finalize | ( | ) |
Definition at line 62 of file examples/ceditor/main.cpp.
References te::core::PluginManager::clear(), TerraLib::finalize(), te::common::Singleton< TerraLib >::getInstance(), and te::core::PluginManager::instance().
Referenced by main().
| void Initialize | ( | ) |
Definition at line 51 of file examples/ceditor/main.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::initialize(), and LoadModule().
Referenced by te::xml::Module::initialize(), and main().
| void LoadModule | ( | std::string | m | ) |
Definition at line 42 of file examples/ceditor/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 Initialize().
Definition at line 70 of file examples/ceditor/main.cpp.
References Finalize(), te::core::FindInTerraLibPath(), and Initialize().