26 #ifndef __TE_QT_PLUGINS_TERRALIB4_INTERNAL_PLUGIN_H 
   27 #define __TE_QT_PLUGINS_TERRALIB4_INTERNAL_PLUGIN_H 
   30 #include "../../../../plugin/Plugin.h" 
   89 #endif //__TE_QT_PLUGINS_TERRALIB4_INTERNAL_PLUGIN_H 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
PLUGIN_CALL_BACK_DECLARATION(TEQTPLUGINADDRESSGEOCODINGEXPORT)
 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
void triggered(te::qt::af::evt::Event *e)
 
A base class for application events. 
 
Manage the menu and action for TerraLib 4.x Converter Plugin. 
 
~Plugin()
Virtual destructor. 
 
A base class for plugin types. 
 
#define TEQTPLUGINTERRALIB4EXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
 
void startup()
Do nothing! Just set plugin as started. 
 
The basic information about a plugin.