26 #ifndef __TE_QT_PLUGINS_DATASOURCE_PGIS_INTERNAL_PLUGIN_H    27 #define __TE_QT_PLUGINS_DATASOURCE_PGIS_INTERNAL_PLUGIN_H    30 #include "../../../../core/plugin/CppPlugin.h"    59 #endif //__TE_QT_PLUGINS_DATASOURCE_PGIS_INTERNAL_PLUGIN_H 
Basic information about a plugin. 
 
The base class for C++ plugins. 
 
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality. 
 
void startup()
This method will be called by applications to startup some plugin's functionality. 
 
Configuration flags for the PostGIS Qt Widget plugin. 
 
Plugin(const te::core::PluginInfo &pluginInfo)