This singleton defines the TerraLib Plugin module entry. More...
#include <Module.h>
  
 Static Public Member Functions | |
| static Module & | getInstance () | 
| It returns a reference to the singleton instance.  More... | |
Protected Member Functions | |
| Module () | |
| The singleton constructor is not callable outside the class.  More... | |
| ~Module () | |
Static Private Member Functions | |
| static void | finalize () | 
| This is the cleanup function for the TerraLib Plugin module.  More... | |
| static void | initialize () | 
| This is the startup function for the TerraLib Plugin module.  More... | |
Static Private Attributes | |
| static const Module & | sm_module | 
| Just to make a static initialization.  More... | |
Friends | |
| class | te::common::Singleton< Module > | 
      
  | 
  protected | 
The singleton constructor is not callable outside the class.
Definition at line 42 of file Module.cpp.
References TerraLib::add(), finalize(), te::common::Singleton< PluginManager >::getInstance(), te::common::Singleton< TerraLib >::getInstance(), initialize(), TE_ADD_TEXT_DOMAIN, TE_PLUGIN_MODULE_NAME, TE_PLUGIN_TEXT_DOMAIN, and TE_PLUGIN_TEXT_DOMAIN_DIR.
      
  | 
  protected | 
Definition at line 59 of file Module.cpp.
References te::common::Singleton< TerraLib >::getInstance(), TerraLib::remove(), and TE_PLUGIN_MODULE_NAME.
      
  | 
  staticprivate | 
This is the cleanup function for the TerraLib Plugin module.
Definition at line 81 of file Module.cpp.
References te::common::Singleton< PluginManager >::getInstance(), sg_xercesPlugins(), TE_CPPPLUGINENGINE_CODE, TE_LOG_TRACE, TR_PLUGIN, te::plugin::PluginManager::unload(), te::plugin::PluginManager::unloadAll(), and te::plugin::UnloadAllPluginsFromEngine().
Referenced by Module().
      
  | 
  staticinherited | 
It returns a reference to the singleton instance.
      
  | 
  staticprivate | 
This is the startup function for the TerraLib Plugin module.
Definition at line 64 of file Module.cpp.
References te::plugin::PluginManager::detach(), te::common::Singleton< PluginManager >::getInstance(), te::plugin::PluginManager::load(), te::plugin::PluginInfo::m_category, te::plugin::PluginInfo::m_engine, te::plugin::PluginInfo::m_name, te::plugin::PluginInfo::m_resources, sg_xercesPlugins(), TE_CPPPLUGINENGINE_CODE, TE_LOG_TRACE, and TR_PLUGIN.
Referenced by Module().
      
  | 
  friend | 
      
  | 
  staticprivate |