26 #ifndef __TE_QT_PLUGINS_CLOUDDETECTION_INTERNAL_CLOUDDETECTIONACTION_H    27 #define __TE_QT_PLUGINS_CLOUDDETECTION_INTERNAL_CLOUDDETECTIONACTION_H    32 #include "../../../maptools/AbstractLayer.h"    33 #include "../../../qt/widgets/rp/CloudDetectionDialog.h"    86             std::unique_ptr<te::qt::widgets::CloudDetectionDialog> 
m_dlg;
    94 #endif //__TE_QT_PLUGINS_RP_INTERNAL_CLOUDDETECTIONACTION_H 
This is an abstract class used to register actions into rp pluging. 
 
This file defines the abstract class AbstractAction. 
 
Configuration flags for the RP Qt Widget plugin. 
 
CloudDetectionAction(QMenu *menu, QMenu *popupMenu)
 
void addLayer(te::map::AbstractLayerPtr outputLayer)
 
virtual ~CloudDetectionAction()
 
std::unique_ptr< te::qt::widgets::CloudDetectionDialog > m_dlg
 
virtual void onActionActivated(bool checked)
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
This class register the action into Cloud Detection Plugin.