Go to the documentation of this file.
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 "../../../core/plugin/CppPlugin.h"
36 #include <QtCore/QObject>
52 namespace addressgeocoding
107 #endif //__TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H
void startup()
This method will be called by applications to startup some plugin's functionality.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
void unRegisterActions()
Function used to unregister all addressgeocoding actions.
A base class for application events.
Basic information about a plugin.
The base class for C++ plugins.
void triggered(te::qt::af::evt::Event *e)
Proxy configuration file for TerraView (see terraview_config.h).
QAction * m_action
Address Geocoding Action.
Plugin(const te::core::PluginInfo &pluginInfo)
void onActionActivated(bool checked)
Slot function used when a action was selected.