26 #ifndef __TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H 
   27 #define __TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H 
   30 #include "../../../maptools/AbstractLayer.h" 
   31 #include "../../../plugin/Plugin.h" 
   36 #include <QtCore/QObject> 
   45       namespace addressgeocoding
 
   78             std::list<te::map::AbstractLayerPtr> 
getLayers();
 
   98 #endif //__TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H 
PLUGIN_CALL_BACK_DECLARATION(TEQTPLUGINADDRESSGEOCODINGEXPORT)
 
#define TEQTPLUGINADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
 
QAction * m_action
Address Geocoding Action. 
 
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app. 
 
Configuration flags for the address geocoding Qt Widget plugin. 
 
void startup()
Do nothing! Just set plugin as started. 
 
A base class for plugin types. 
 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
void unRegisterActions()
Function used to unregister all addressgeocoding actions. 
 
void onActionActivated(bool checked)
Slot function used when a action was selected. 
 
~Plugin()
Virtual destructor. 
 
The basic information about a plugin. 
 
void shutdown()
Do nothing! Just set plugin as stopped.