27 #include "../../../qt/widgets/rp/ClassifierWizard.h" 
   28 #include "../../af/ApplicationController.h" 
   33 #include <QtCore/QObject> 
   51   std::list<te::map::AbstractLayerPtr> layersList = getLayers();
 
ClassifierAction(QMenu *menu, QMenu *popupMenu)
 
void setList(std::list< te::map::AbstractLayerPtr > &layerList)
 
This file defines the Classifier class. 
 
static ApplicationController & getInstance()
It gives access to the controller singleton. 
 
This class is GUI used to define the classifier wizard for the RP constast operation. 
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
virtual ~ClassifierAction()
 
virtual void onActionActivated(bool checked)
 
This is an abstract class used to register actions into rp pluging.