26 #ifndef __TE_QT_PLUGINS_EDIT_INTERNAL_PLUGIN_H 
   27 #define __TE_QT_PLUGINS_EDIT_INTERNAL_PLUGIN_H 
   30 #include "../../../plugin/Plugin.h" 
  116 #endif //__TE_QT_PLUGINS_EDIT_INTERNAL_PLUGIN_H 
void shutdown()
Do nothing! Just set plugin as stopped. 
 
PLUGIN_CALL_BACK_DECLARATION(TEQTPLUGINADDRESSGEOCODINGEXPORT)
 
This is the base class for layers. 
 
A base class for application events. 
 
EditDelegate * m_delegate
 
void onStashedLayer(te::map::AbstractLayer *layer)
 
void onGeometriesChanged()
 
ToolBar * m_toolbar
Main toolbar of TerraLib Edit Qt Plugin. 
 
void onApplicationTriggered(te::qt::af::evt::Event *e)
 
void startup()
Do nothing! Just set plugin as started. 
 
Plugin(const te::plugin::PluginInfo &pluginInfo)
 
#define TEQTPLUGINEDITEXPORT
You can use this macro in order to export/import classes and functions from all plug-ins files...
 
Configuration flags for the TerraLib Edit plugin. 
 
A base class for plugin types. 
 
QMenu * m_menu
Main menu of TerraLib Edit Qt Plugin. 
 
QAction * m_action
Action used to call the process. 
 
void updateDelegate(const bool &add)
 
The basic information about a plugin. 
 
~Plugin()
Virtual destructor. 
 
te::qt::widgets::LayerItemView * getLayerExplorer()
 
void onActionActivated(bool)
Slot function used when a action was selected. 
 
void triggered(te::qt::af::evt::Event *e)