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 249 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 258 of file LayerEvents.h.
| QAction* te::qt::af::evt::LayerPopUpAddAction::m_action | 
The action to be added in pop up menu.
Definition at line 266 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::plugins::edit::ApplicationListener::onApplicationTriggered(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::InterfaceController::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::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 267 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 268 of file LayerEvents.h.
Referenced by te::qt::af::LayerExplorer::onApplicationTriggered().