This class register the contrast action into VP Plugin. More...
#include <BufferAction.h>
  
 Public Member Functions | |
| BufferAction (QMenu *menu) | |
| virtual | ~BufferAction () | 
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 BufferAction.h.
| te::qt::plugins::vp::BufferAction::BufferAction | ( | QMenu * | menu | ) | 
Definition at line 40 of file BufferAction.cpp.
References te::qt::plugins::vp::AbstractAction::createAction().
      
  | 
  virtual | 
Definition at line 46 of file BufferAction.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(), BufferAction(), te::qt::plugins::vp::IntersectionAction::IntersectionAction(), te::qt::plugins::vp::PolygonToLineAction::PolygonToLineAction(), te::qt::plugins::vp::SummarizationAction::SummarizationAction(), and te::qt::plugins::vp::TransformationAction::TransformationAction().
      
  | 
  protectedvirtualslot | 
Definition at line 50 of file BufferAction.cpp.
References te::qt::af::ApplicationController::broadcast(), te::qt::af::ApplicationController::getInstance(), te::vp::BufferDialog::getLayer(), te::qt::af::ApplicationController::getMainWindow(), te::qt::af::ApplicationController::getProject(), te::qt::af::Project::getSingleLayers(), and te::vp::BufferDialog::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.