26 #ifndef __TE_QT_PLUGINS_RP_INTERNAL_SEGMENTERACTION_H 27 #define __TE_QT_PLUGINS_RP_INTERNAL_SEGMENTERACTION_H 32 #include "../../../qt/widgets/rp/SegmenterWizard.h" 78 #endif //__TE_QT_PLUGINS_RP_INTERNAL_SEGMENTERACTION_H
This is an abstract class used to register actions into rp pluging.
virtual ~SegmenterAction()
This file defines the abstract class AbstractAction.
Configuration flags for the RP Qt Widget plugin.
This class register the Segmenter action into RP Plugin.
virtual void onSegmenterWizardFinished()
void addLayerSlot(te::map::AbstractLayerPtr layer)
SegmenterAction(QMenu *menu, QMenu *popupMenu)
virtual void onActionActivated(bool checked)
virtual void onPopUpActionActivated(bool checked)
std::unique_ptr< te::qt::widgets::SegmenterWizard > m_segmenterWizard
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr