This class register the contrast action into VP Plugin. More...
#include <PolygonToLineAction.h>
  
 Public Member Functions | |
| PolygonToLineAction (QMenu *menu) | |
| virtual | ~PolygonToLineAction () | 
Protected Slots | |
| virtual void | onActionActivated (bool checked) | 
Protected Member Functions | |
| void | createAction (std::string name, std::string pixmap="") | 
| Create and set the actions parameters.  More... | |
Protected Attributes | |
| QAction * | m_action | 
| Action used to call the process.  More... | |
| QMenu * | m_menu | 
| Parent Menu.  More... | |
This class register the contrast action into VP Plugin.
Definition at line 47 of file PolygonToLineAction.h.
| te::qt::plugins::vp::PolygonToLineAction::PolygonToLineAction | ( | QMenu * | menu | ) | 
Definition at line 38 of file PolygonToLineAction.cpp.
References te::qt::plugins::vp::AbstractAction::createAction().
      
  | 
  virtual | 
Definition at line 44 of file PolygonToLineAction.cpp.
      
  | 
  protectedinherited | 
Create and set the actions parameters.
| name | The action name. | 
| pixmap | The action pixmap name. | 
Definition at line 39 of file AbstractAction.cpp.
Referenced by te::qt::plugins::vp::AggregationAction::AggregationAction(), te::qt::plugins::vp::BasicGeographicOperationAction::BasicGeographicOperationAction(), te::qt::plugins::vp::BufferAction::BufferAction(), te::qt::plugins::vp::IntersectionAction::IntersectionAction(), PolygonToLineAction(), te::qt::plugins::vp::SummarizationAction::SummarizationAction(), and te::qt::plugins::vp::TransformationAction::TransformationAction().
      
  | 
  protectedvirtualslot | 
Definition at line 48 of file PolygonToLineAction.cpp.
References te::qt::af::ApplicationController::getInstance(), te::qt::af::ApplicationController::getProject(), te::qt::af::Project::getSingleLayers(), and te::vp::PolygonToLineDialog::setLayers().
      
  | 
  protectedinherited | 
Action used to call the process.
Definition at line 92 of file AbstractAction.h.
      
  | 
  protectedinherited | 
Parent Menu.
Definition at line 91 of file AbstractAction.h.