27 #include "../../../vp/qt/BasicGeographicOperationDialog.h" 
   28 #include "../../af/ApplicationController.h" 
   29 #include "../../af/Project.h" 
   33 #include <QtCore/QObject> 
   41   createAction(tr(
"Basic Geographic Operation...").toStdString());
 
BasicGeographicOperationAction(QMenu *menu)
 
This file defines the BasicGeographicOperation class. 
 
static ApplicationController & getInstance()
It gives access to the controller singleton. 
 
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used. 
 
This class models the concept of a project for the TerraLib Application Framework. 
 
virtual ~BasicGeographicOperationAction()
 
This is an abstract class used to register actions into vp pluging. 
 
virtual void onActionActivated(bool checked)
 
std::list< te::map::AbstractLayerPtr > getSingleLayers()
It gets all the single layers of the project. 
 
te::qt::af::Project * getProject()
Get the current project. 
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.