This event is used to add a action in a layer tree pop up. More...
#include <LayerEvents.h>
Public Member Functions | |
| LayerPopUpAddAction (QAction *action, std::string itemType, int menuSelectionType) | |
| Construtor. More... | |
Public Attributes | |
| QAction * | m_action |
| The action to be added in pop up menu. More... | |
| int | m_id |
| Identifier. More... | |
| std::string | m_itemType |
| The type of the selected item. More... | |
| int | m_menuSelectionType |
| The selection type of the context menu. More... | |
This event is used to add a action in a layer tree pop up.
Definition at line 289 of file LayerEvents.h.
|
inline |
Construtor.
| action | The action to be added to the context menu. |
| itemType | The type of the selected item. |
| menuSelectionType | The selection type of the context menu |
Definition at line 298 of file LayerEvents.h.
| QAction* te::qt::af::evt::LayerPopUpAddAction::m_action |
The action to be added in pop up menu.
Definition at line 306 of file LayerEvents.h.
|
inherited |
| std::string te::qt::af::evt::LayerPopUpAddAction::m_itemType |
The type of the selected item.
Definition at line 307 of file LayerEvents.h.
| int te::qt::af::evt::LayerPopUpAddAction::m_menuSelectionType |
The selection type of the context menu.
Definition at line 308 of file LayerEvents.h.