26 #ifndef __TE_QT_PLUGINS_DATASOURCE_ADO_INTERNAL_PLUGIN_H    27 #define __TE_QT_PLUGINS_DATASOURCE_ADO_INTERNAL_PLUGIN_H    30 #include "../../../../plugin/Plugin.h"    61 #endif //__TE_QT_PLUGINS_DATASOURCE_ADO_INTERNAL_PLUGIN_H #define TEQTPLUGINADOEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
 
PLUGIN_CALL_BACK_DECLARATION(TEQTPLUGINADDRESSGEOCODINGEXPORT)
 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
Configuration flags for the ADO Qt Widget plugin. 
 
A base class for plugin types. 
 
The basic information about a plugin. 
 
~Plugin()
Virtual destructor. 
 
void startup()
Do nothing! Just set plugin as started.