26 #ifndef __TE_QT_PLUGINS_RP_INTERNAL_PCAACTION_H    27 #define __TE_QT_PLUGINS_RP_INTERNAL_PCAACTION_H    32 #include "../../../qt/widgets/rp/PCAWizard.h"    73           std::unique_ptr<te::qt::widgets::PCAWizard> 
m_Wizard;
    81 #endif //__TE_QT_PLUGINS_RP_INTERNAL_PCAACTION_H 
This is an abstract class used to register actions into rp pluging. 
 
virtual void onPopUpActionActivated(bool checked)
 
A base class for application events. 
 
This file defines the abstract class AbstractAction. 
 
Configuration flags for the RP Qt Widget plugin. 
 
void onApplicationTriggered(te::qt::af::evt::Event *e)
 
virtual void onPCAWizardFinished()
 
void addLayerSlot(te::map::AbstractLayerPtr layer)
 
virtual void onActionActivated(bool checked)
 
This class register the PCA action into RP Plugin. 
 
std::unique_ptr< te::qt::widgets::PCAWizard > m_Wizard
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
PCAAction(QMenu *menu, QMenu *popupMenu)