26 #ifndef __TE_QT_PLUGINS_PHOTOLAYER_INTERNAL_PLUGIN_H 27 #define __TE_QT_PLUGINS_PHOTOLAYER_INTERNAL_PLUGIN_H 30 #include "../../widgets/tools/PointPicker.h" 31 #include "../../../core/plugin/CppPlugin.h" 114 #endif //__TE_QT_PLUGINS_PHOTOLAYER_INTERNAL_PLUGIN_H
te::qt::widgets::PointPicker * m_pointPickerTool
void onActionActivated(bool)
Slot function used when a action was selected.
void startup()
This method will be called by applications to startup some plugin's functionality.
A base class for application events.
void onToolVisibleActionActivated(bool state)
Slot function used to set the toolbar visibility.
QMenu * m_menu
Photo Layer plugin menu.
Basic information about a plugin.
QAction * m_toolVisibleAction
Action used to start tool.
QToolBar * m_toolBar
Tool Bar.
void onToolActionActivated(bool state)
Slot function used when a tool action was selected.
void onGetPointCoordinate(QPointF &point)
The base class for C++ plugins.
QAction * m_action
Action used to call the process.
Configuration flags for the TerraLib Photo Layer plugin.
QAction * m_toolAction
Action used to start tool.
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
void triggered(te::qt::af::evt::Event *e)
Plugin(const te::core::PluginInfo &pluginInfo)