27 #include "../../../qt/af/ApplicationController.h" 
   28 #include "../../../sa/qt/KernelMapDialog.h" 
   34   createAction(tr(
"Kernel Map...").toStdString(), 
"sa-kernelmap-icon");
 
   35   m_action->setObjectName(
"Processing.Spatial Analysis.Kernel Map");
 
   46   std::list<te::map::AbstractLayerPtr> layersList = getLayers();
 
   50   if(dlg.exec() == QDialog::Accepted)
 
QAction * m_action
Action used to call the process. 
 
KernelMapAction(QMenu *menu)
 
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used. 
 
te::map::AbstractLayerPtr getOutputLayer()
 
static ApplicationController & getInstance()
It returns a reference to the singleton instance. 
 
This file defines the concrete class for KernelMap Action. 
 
virtual void onActionActivated(bool checked)
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
This is an abstract class used to register actions into sa pluging. 
 
virtual ~KernelMapAction()