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" 98 std::list<te::map::AbstractLayerPtr>
getLayers();
102 std::unique_ptr<te::qt::widgets::CloudDetectionDialog>
m_dlg;
110 #endif //__TE_QT_PLUGINS_RP_INTERNAL_CLOUDDETECTIONACTION_H
This is an abstract class used to register actions into rp pluging.
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
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()
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget.
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.