27 #include "../../../qt/widgets/rp/RegisterWizard.h" 
   28 #include "../../af/ApplicationController.h" 
   32 #include <QtCore/QObject> 
   39   createAction(tr(
"Register...").toStdString(), 
"register");
 
   50   std::list<te::map::AbstractLayerPtr> layersList = getLayers();
 
   54   if(dlg.exec() == QDialog::Accepted)
 
This file defines the register action class. 
 
virtual void onActionActivated(bool checked)
 
virtual ~RegisterAction()
 
static ApplicationController & getInstance()
It gives access to the controller singleton. 
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
te::map::AbstractLayerPtr getOutputLayer()
 
void setList(std::list< te::map::AbstractLayerPtr > &layerList)
 
A Qt wizard that allows users to register a image. 
 
RegisterAction(QMenu *menu, QMenu *popupMenu)
 
This is an abstract class used to register actions into rp pluging.