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
85 std::list<te::map::AbstractLayerPtr>
getLayers();
107 #endif //__TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H
QAction * m_action
Address Geocoding Action.
A base class for application events.
Configuration flags for the address geocoding Qt Widget plugin.
void startup()
This method will be called by applications to startup some plugin's functionality.
Basic information about a plugin.
The base class for C++ plugins.
Plugin(const te::core::PluginInfo &pluginInfo)
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
void unRegisterActions()
Function used to unregister all addressgeocoding actions.
void onActionActivated(bool checked)
Slot function used when a action was selected.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
void triggered(te::qt::af::evt::Event *e)