26#ifndef __TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H
27#define __TE_QT_PLUGINS_ADDRESSGEOCODING_INTERNAL_PLUGIN_H
36#include <QtCore/QObject>
This is the base class for Layers.
A base class for C++ plugins in TerraLib.
The base class for C++ plugins.
QAction * m_action
Address Geocoding Action.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
void startup()
This method will be called by applications to startup some plugin's functionality.
Plugin(const te::core::PluginInfo &pluginInfo)
void unRegisterActions()
Function used to unregister all addressgeocoding actions.
void triggered(te::qt::af::evt::Event *e)
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
void onActionActivated(bool checked)
Slot function used when a action was selected.
Namespace for the Qt Application Framework module of TerraLib.
Namespace for the Qt module of TerraLib.
Basic information about a plugin.
A base class for application events.
Configuration flags for the address geocoding Qt Widget plugin.