27 #include "../../../qt/widgets/rp/RegisterWizard.h" 
   28 #include "../../af/ApplicationController.h" 
   32 #include <QtCore/QObject> 
   39   createAction(tr(
"Register...").toStdString(), 
"register");
 
   40   m_action->setObjectName(
"Processing.Raster Processing.Register");
 
   51   std::list<te::map::AbstractLayerPtr> layersList = getLayers();
 
   55   if(dlg.exec() == QDialog::Accepted)
 
This is an abstract class used to register actions into rp pluging. 
 
virtual void onActionActivated(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 ~RegisterAction()
 
QAction * m_action
Action used to call the process. 
 
RegisterAction(QMenu *menu, QMenu *popupMenu)
 
This file defines the register action class.