Go to the documentation of this file.
26 #ifndef __TE_QT_PLUGINS_EDIT_INTERNAL_PLUGIN_H
27 #define __TE_QT_PLUGINS_EDIT_INTERNAL_PLUGIN_H
30 #include "../../../core/plugin/CppPlugin.h"
122 #endif //__TE_QT_PLUGINS_EDIT_INTERNAL_PLUGIN_H
void onApplicationTriggered(te::qt::af::evt::Event *e)
void triggered(te::qt::af::evt::Event *e)
void onStashedLayer(te::map::AbstractLayer *layer)
A base class for application events.
Basic information about a plugin.
QAction * m_action
Action used to call the process.
void onActionActivated(bool)
Slot function used when a action was selected.
This is the base class for layers.
EditDelegate * m_delegate
The base class for C++ plugins.
void startup()
This method will be called by applications to startup some plugin's functionality.
void onUpdateDelegate(const bool &add)
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
void onGeometriesChanged()
ToolBar * m_toolbar
Main toolbar of TerraLib Edit Qt Plugin.
Proxy configuration file for TerraView (see terraview_config.h).
te::qt::widgets::LayerItemView * getLayerExplorer()
Plugin(const te::core::PluginInfo &pluginInfo)