#include <BoundaryExtractionAction.h>
Definition at line 35 of file BoundaryExtractionAction.h.
◆ BoundaryExtractionAction()
te::qt::plugins::rp::BoundaryExtractionAction::BoundaryExtractionAction |
( |
QMenu * |
menu, |
|
|
QMenu * |
popupMenu |
|
) |
| |
◆ ~BoundaryExtractionAction()
virtual te::qt::plugins::rp::BoundaryExtractionAction::~BoundaryExtractionAction |
( |
| ) |
|
|
virtual |
◆ addNewLayer()
Add a new layer into layer explorer widget.
- Parameters
-
layer | The layer auto pointer |
◆ createAction()
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. |
◆ createPopUpAction()
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. |
◆ getAction()
QAction* te::qt::plugins::rp::AbstractAction::getAction |
( |
| ) |
|
|
inlineinherited |
◆ getCurrentLayer()
Get the selected layer from layer explorer in app.
- Returns
- The layer auto pointer
◆ getLayers()
Get the list of layers from app.
- Returns
- The list pf layer auto pointers
◆ onActionActivated
virtual void te::qt::plugins::rp::BoundaryExtractionAction::onActionActivated |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
◆ onPopUpActionActivated
virtual void te::qt::plugins::rp::BoundaryExtractionAction::onPopUpActionActivated |
( |
bool |
checked | ) |
|
|
protectedvirtualslot |
◆ triggered
◆ m_action
QAction* te::qt::plugins::rp::AbstractAction::m_action |
|
protectedinherited |
◆ m_menu
QMenu* te::qt::plugins::rp::AbstractAction::m_menu |
|
protectedinherited |
◆ m_popupAction
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.
◆ m_popupMenu
QMenu* te::qt::plugins::rp::AbstractAction::m_popupMenu |
|
protectedinherited |
The documentation for this class was generated from the following file: