27 #include "../../../qt/widgets/rp/MixtureModelWizard.h" 
   28 #include "../../af/ApplicationController.h" 
   33 #include <QMessageBox> 
   40   createAction(tr(
"Mixture Model...").toStdString(), 
"mixmodel");
 
   41   m_action->setObjectName(
"Processing.Raster Processing.Mixture Model");
 
   54   std::list<te::map::AbstractLayerPtr> layersList = getLayers();
 
   58   if(dlg.exec() == QDialog::Accepted)
 
   75     if(dlg.exec() == QDialog::Accepted)
 
This is an abstract class used to register actions into rp pluging. 
 
This file defines the mixture model class. 
 
MixtureModelAction(QMenu *menu, QMenu *popupMenu)
 
virtual void onPopUpActionActivated(bool checked)
 
static ApplicationController & getInstance()
It returns a reference to the singleton instance. 
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
virtual void onActionActivated(bool checked)
 
QAction * m_action
Action used to call the process. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
virtual ~MixtureModelAction()