27 #include "../../../vp/qt/SummarizationDialog.h" 
   28 #include "../../af/ApplicationController.h" 
   29 #include "../../af/Project.h" 
   33 #include <QtCore/QObject> 
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used. 
 
static ApplicationController & getInstance()
It gives access to the controller singleton. 
 
virtual void onActionActivated(bool checked)
 
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. 
 
std::list< te::map::AbstractLayerPtr > getSingleLayers()
It gets all the single layers of the project. 
 
This file defines the Summarization class. 
 
virtual ~SummarizationAction()
 
SummarizationAction(QMenu *menu)
 
te::qt::af::Project * getProject()
Get the current project. 
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.