This class register the classifier action into RP Plugin. More...
#include <ClassifierAction.h>
  
 Public Member Functions | |
| ClassifierAction (QMenu *menu, QMenu *popupMenu) | |
| virtual | ~ClassifierAction () | 
Protected Slots | |
| virtual void | onActionActivated (bool checked) | 
| virtual void | onPopUpActionActivated (bool checked) | 
| Slot function used when a action was selected from layer pop up.  More... | |
Protected Member Functions | |
| void | addNewLayer (te::map::AbstractLayerPtr layer) | 
| Add a new layer into layer explorer widget.  More... | |
| void | createAction (std::string name, std::string pixmap="") | 
| Create and set the actions parameters.  More... | |
| void | createPopUpAction (std::string name, std::string pixmap="") | 
| Create and set the actions parameters.  More... | |
| te::map::AbstractLayerPtr | getCurrentLayer () | 
| Get the selected layer from layer explorer in app.  More... | |
| std::list < te::map::AbstractLayerPtr >  | getLayers () | 
| Get the list of layers from app.  More... | |
Protected Attributes | |
| QAction * | m_action | 
| Action used to call the process.  More... | |
| QMenu * | m_menu | 
| Parent Menu.  More... | |
| QAction * | m_popupAction | 
| Action used to call the process from pop up layer.  More... | |
| QMenu * | m_popupMenu | 
| Parent popMenu.  More... | |
This class register the classifier action into RP Plugin.
Definition at line 47 of file ClassifierAction.h.
| te::qt::plugins::rp::ClassifierAction::ClassifierAction | ( | QMenu * | menu, | 
| QMenu * | popupMenu | ||
| ) | 
Definition at line 38 of file ClassifierAction.cpp.
References te::qt::plugins::rp::AbstractAction::createAction().
      
  | 
  virtual | 
Definition at line 43 of file ClassifierAction.cpp.
      
  | 
  protectedinherited | 
Add a new layer into layer explorer widget.
| layer | The layer auto pointer | 
Definition at line 84 of file AbstractAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance().
      
  | 
  protectedinherited | 
Create and set the actions parameters.
| name | The action name. | 
| pixmap | The action pixmap name. | 
Definition at line 52 of file AbstractAction.cpp.
Referenced by te::qt::plugins::rp::ArithmeticOpAction::ArithmeticOpAction(), ClassifierAction(), te::qt::plugins::rp::ClippingAction::ClippingAction(), te::qt::plugins::rp::ColorTransformAction::ColorTransformAction(), te::qt::plugins::rp::ContrastAction::ContrastAction(), te::qt::plugins::rp::FilterAction::FilterAction(), te::qt::plugins::rp::FusionAction::FusionAction(), te::qt::plugins::rp::MixtureModelAction::MixtureModelAction(), te::qt::plugins::rp::MosaicAction::MosaicAction(), te::qt::plugins::rp::RegisterAction::RegisterAction(), te::qt::plugins::rp::SegmenterAction::SegmenterAction(), and te::qt::plugins::rp::VectorizationAction::VectorizationAction().
      
  | 
  protectedinherited | 
Create and set the actions parameters.
| name | The action name. | 
| pixmap | The action pixmap name. | 
Definition at line 68 of file AbstractAction.cpp.
Referenced by te::qt::plugins::rp::ClippingAction::ClippingAction(), te::qt::plugins::rp::ContrastAction::ContrastAction(), te::qt::plugins::rp::MixtureModelAction::MixtureModelAction(), te::qt::plugins::rp::SegmenterAction::SegmenterAction(), and te::qt::plugins::rp::VectorizationAction::VectorizationAction().
      
  | 
  protectedinherited | 
Get the selected layer from layer explorer in app.
Definition at line 91 of file AbstractAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance(), and te::qt::af::evt::GetLayerSelected::m_layer.
      
  | 
  protectedinherited | 
Get the list of layers from app.
Definition at line 110 of file AbstractAction.cpp.
References te::qt::af::Project::getAllLayers(), and te::common::Singleton< ApplicationController >::getInstance().
      
  | 
  protectedvirtualslot | 
Definition at line 47 of file ClassifierAction.cpp.
References te::common::Singleton< ApplicationController >::getInstance(), te::qt::widgets::ClassifierWizard::getOutputLayer(), and te::qt::widgets::ClassifierWizard::setList().
      
  | 
  protectedvirtualslotinherited | 
Slot function used when a action was selected from layer pop up.
| checked | Flag used in case a toggle action. | 
Definition at line 48 of file AbstractAction.cpp.
      
  | 
  protectedinherited | 
Action used to call the process.
Definition at line 134 of file AbstractAction.h.
      
  | 
  protectedinherited | 
Parent Menu.
Definition at line 132 of file AbstractAction.h.
      
  | 
  protectedinherited | 
Action used to call the process from pop up layer.
Definition at line 135 of file AbstractAction.h.
      
  | 
  protectedinherited | 
Parent popMenu.
Definition at line 133 of file AbstractAction.h.