This class register the fusion action into RP Plugin.
More...
#include <FusionAction.h>
This class register the fusion action into RP Plugin.
Definition at line 47 of file FusionAction.h.
te::qt::plugins::rp::FusionAction::FusionAction |
( |
QMenu * |
menu, |
|
|
QMenu * |
popupMenu |
|
) |
| |
virtual te::qt::plugins::rp::FusionAction::~FusionAction |
( |
| ) |
|
|
virtual |
Add a new layer into layer explorer widget.
- Parameters
-
layer | The layer auto pointer |
void te::qt::plugins::rp::AbstractAction::createAction |
( |
std::string |
name, |
|
|
std::string |
pixmap = "" |
|
) |
| |
|
protectedinherited |
Create and set the actions parameters.
- Parameters
-
name | The action name. |
pixmap | The action pixmap name. |
void te::qt::plugins::rp::AbstractAction::createPopUpAction |
( |
std::string |
name, |
|
|
std::string |
pixmap = "" |
|
) |
| |
|
protectedinherited |
Create and set the actions parameters.
- Parameters
-
name | The action name. |
pixmap | The action pixmap name. |
QAction* te::qt::plugins::rp::AbstractAction::getAction |
( |
| ) |
|
|
inlineinherited |
Get the selected layer from layer explorer in app.
- Returns
- The layer auto pointer
Get the list of layers from app.
- Returns
- The list pf layer auto pointers
virtual void te::qt::plugins::rp::FusionAction::onActionActivated |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
virtual void te::qt::plugins::rp::AbstractAction::onPopUpActionActivated |
( |
bool |
checked | ) |
|
|
protectedvirtualslotinherited |
Slot function used when a action was selected from layer pop up.
- Parameters
-
checked | Flag used in case a toggle action. |
QAction* te::qt::plugins::rp::AbstractAction::m_action |
|
protectedinherited |
QMenu* te::qt::plugins::rp::AbstractAction::m_menu |
|
protectedinherited |
QAction* te::qt::plugins::rp::AbstractAction::m_popupAction |
|
protectedinherited |
Action used to call the process from pop up layer.
Definition at line 155 of file AbstractAction.h.
QMenu* te::qt::plugins::rp::AbstractAction::m_popupMenu |
|
protectedinherited |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/plugins/rp/FusionAction.h