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 271 of file LayerEvents.h.
      
  | 
  inline | 
Construtor.
| action | The action to be removed. | 
Definition at line 278 of file LayerEvents.h.
| QAction* te::qt::af::evt::LayerPopUpRemoveAction::m_action | 
Action to be removed in the pop up menu.
Definition at line 284 of file LayerEvents.h.
      
  | 
  inherited |