#include <Plugin.h>
Definition at line 54 of file Plugin.h.
◆ Plugin()
◆ ~Plugin()
te::qt::plugins::photolayer::Plugin::~Plugin |
( |
| ) |
|
◆ info()
const PluginInfo& te::core::CppPlugin::info |
( |
| ) |
const |
|
virtualinherited |
◆ initialized()
bool te::core::CppPlugin::initialized |
( |
| ) |
const |
|
virtualinherited |
It returns true or false if the CppPlugin was initialized.
- Returns
- The current state of the CppPlugin
Implements te::core::AbstractPlugin.
◆ onActionActivated
void te::qt::plugins::photolayer::Plugin::onActionActivated |
( |
bool |
| ) |
|
|
protectedslot |
Slot function used when a action was selected.
- Parameters
-
checked | Flag used in case a toggle action. |
◆ onGetPointCoordinate
void te::qt::plugins::photolayer::Plugin::onGetPointCoordinate |
( |
QPointF & |
point | ) |
|
|
protectedslot |
◆ onToolActionActivated
void te::qt::plugins::photolayer::Plugin::onToolActionActivated |
( |
bool |
state | ) |
|
|
protectedslot |
Slot function used when a tool action was selected.
- Parameters
-
checked | Flag used in case a toggle action. |
◆ onToolVisibleActionActivated
void te::qt::plugins::photolayer::Plugin::onToolVisibleActionActivated |
( |
bool |
state | ) |
|
|
protectedslot |
Slot function used to set the toolbar visibility.
- Parameters
-
checked | Flag used in case a toggle action. |
◆ shutdown()
void te::qt::plugins::photolayer::Plugin::shutdown |
( |
| ) |
|
|
virtual |
This method will be called by applicatons to shutdown plugin's functionality.
- Exceptions
-
PluginShutdownException | It may throws an exception. |
Implements te::core::AbstractPlugin.
◆ startup()
void te::qt::plugins::photolayer::Plugin::startup |
( |
| ) |
|
|
virtual |
This method will be called by applications to startup some plugin's functionality.
- Exceptions
-
PluginStartupException | It may throws an exception. |
Implements te::core::AbstractPlugin.
◆ triggered
◆ m_action
QAction* te::qt::plugins::photolayer::Plugin::m_action |
|
protected |
Action used to call the process.
Definition at line 100 of file Plugin.h.
◆ m_initialized
bool te::core::CppPlugin::m_initialized |
|
protectedinherited |
◆ m_menu
QMenu* te::qt::plugins::photolayer::Plugin::m_menu |
|
protected |
Photo Layer plugin menu.
Definition at line 99 of file Plugin.h.
◆ m_pinfo
PluginInfo te::core::CppPlugin::m_pinfo |
|
protectedinherited |
◆ m_pointPickerTool
◆ m_toolAction
QAction* te::qt::plugins::photolayer::Plugin::m_toolAction |
|
protected |
Action used to start tool.
Definition at line 102 of file Plugin.h.
◆ m_toolBar
QToolBar* te::qt::plugins::photolayer::Plugin::m_toolBar |
|
protected |
◆ m_toolVisibleAction
QAction* te::qt::plugins::photolayer::Plugin::m_toolVisibleAction |
|
protected |
Action used to start tool.
Definition at line 101 of file Plugin.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/plugins/photolayer/Plugin.h