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"
The base class for C++ plugins.
void triggered(te::qt::af::evt::Event *e)
void onActionActivated(bool)
Slot function used when a action was selected.
void onToolActionActivated(bool state)
Slot function used when a tool action was selected.
QMenu * m_menu
Photo Layer plugin menu.
QAction * m_toolAction
Action used to start tool.
QAction * m_action
Action used to call the process.
QToolBar * m_toolBar
Tool Bar.
void startup()
This method will be called by applications to startup some plugin's functionality.
Plugin(const te::core::PluginInfo &pluginInfo)
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality.
te::qt::widgets::PointPicker * m_pointPickerTool
void onGetPointCoordinate(QPointF &point)
void onToolVisibleActionActivated(bool state)
Slot function used to set the toolbar visibility.
QAction * m_toolVisibleAction
Action used to start tool.
Basic information about a plugin.
A base class for application events.
Proxy configuration file for TerraView (see terraview_config.h).