27 #include "../../../vp/qt/TransformationDialog.h" 
   28 #include "../../af/ApplicationController.h" 
   29 #include "../../af/Project.h" 
   33 #include <QtCore/QObject> 
   42   m_action->setObjectName(
"Processing.Vector Processing.Transformation");
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
static ApplicationController & getInstance()
It returns a reference to the singleton instance. 
 
std::list< te::map::AbstractLayerPtr > getSingleLayers(bool invalid=true)
It gets all the single layers of the project. 
 
QAction * m_action
Action used to call the process. 
 
This class models the concept of a project for the TerraLib Application Framework. 
 
This is an abstract class used to register actions into vp pluging.