26 #ifndef __TE_QT_PLUGINS_DATASOURCE_WFS_INTERNAL_PLUGIN_H 
   27 #define __TE_QT_PLUGINS_DATASOURCE_WFS_INTERNAL_PLUGIN_H 
   30 #include "../../../../core/plugin/CppPlugin.h" 
   85 #endif //__TE_QT_PLUGINS_DATASOURCE_WFS_INTERNAL_PLUGIN_H 
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality. 
 
void updateDelegate(const bool &add)
 
WFSItemDelegate * m_delegate
 
A base class for application events. 
 
Configuration flags for the OGC Web Feature Service (WFS) Qt Widget plugin. 
 
Basic information about a plugin. 
 
void startup()
This method will be called by applications to startup some plugin's functionality. 
 
The base class for C++ plugins. 
 
void triggered(te::qt::af::evt::Event *e)
 
Plugin(const te::core::PluginInfo &pluginInfo)