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 242 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 251 of file LayerEvents.h.
| QAction* te::qt::af::evt::LayerPopUpAddAction::m_action |
The action to be added in pop up menu.
Definition at line 259 of file LayerEvents.h.
Referenced by te::qt::af::LayerExplorer::onApplicationTriggered().
|
inherited |
Identifier.
Definition at line 70 of file Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::LayoutEditor::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), and te::qt::af::MapDisplay::onApplicationTriggered().
| std::string te::qt::af::evt::LayerPopUpAddAction::m_itemType |
The type of the selected item.
Definition at line 260 of file LayerEvents.h.
Referenced by te::qt::af::LayerExplorer::onApplicationTriggered().
| int te::qt::af::evt::LayerPopUpAddAction::m_menuSelectionType |
The selection type of the context menu.
Definition at line 261 of file LayerEvents.h.
Referenced by te::qt::af::LayerExplorer::onApplicationTriggered().