27 #include "../../../qt/af/ApplicationController.h" 28 #include "../../../sa/qt/BayesGlobalDialog.h" 34 createAction(tr(
"Global Empirical Bayes...").toUtf8().data(),
"sa-bayesglobal-icon");
35 m_action->setObjectName(
"Processing.Spatial Analysis.Global Empirical Bayes");
44 std::list<te::map::AbstractLayerPtr> layersList =
getLayers();
48 if(dlg.exec() == QDialog::Accepted)
QAction * m_action
Action used to call the process.
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
te::map::AbstractLayerPtr getOutputLayer()
virtual ~BayesGlobalAction()
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
static ApplicationController & getInstance()
It returns a reference to the singleton instance.
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget.
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.
BayesGlobalAction(QMenu *menu)
virtual void onActionActivated(bool checked)
This file defines the concrete class for BayesGlobal Action.