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;
This is an abstract class used to register actions into rp pluging.
This class register the action into Cloud Detection Plugin.
virtual ~CloudDetectionAction()
void addLayer(te::map::AbstractLayerPtr outputLayer)
CloudDetectionAction(QMenu *menu, QMenu *popupMenu)
virtual void onActionActivated(bool checked)
std::unique_ptr< te::qt::widgets::CloudDetectionDialog > m_dlg
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Proxy configuration file for TerraView (see terraview_config.h).
This file defines the abstract class AbstractAction.