27 #include "../../../vp/qt/SummarizationDialog.h" 
   28 #include "../../af/ApplicationController.h" 
   29 #include "../../af/Project.h" 
   33 #include <QtCore/QObject> 
   42   m_action->setObjectName(
"Processing.Vector Processing.Sumarization");
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
virtual void onActionActivated(bool checked)
 
This file defines the Summarization class. 
 
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. 
 
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 ~SummarizationAction()
 
This is an abstract class used to register actions into vp pluging. 
 
SummarizationAction(QMenu *menu)