This event is used to remove a action in a layer tree pop up. More...
#include <LayerEvents.h>
Public Member Functions | |
| LayerPopUpRemoveAction (QAction *action) | |
| Construtor. More... | |
Public Attributes | |
| QAction * | m_action |
| Action to be removed in the pop up menu. More... | |
| int | m_id |
| Identifier. More... | |
This event is used to remove a action in a layer tree pop up.
Definition at line 269 of file LayerEvents.h.
|
inline |
Construtor.
| action | The action to be removed. |
Definition at line 276 of file LayerEvents.h.
| QAction* te::qt::af::evt::LayerPopUpRemoveAction::m_action |
Action to be removed in the pop up menu.
Definition at line 282 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().