21#ifndef TE_QT_PLUGINS_RP_RESTORATION_ACTION_H 
   22#define TE_QT_PLUGINS_RP_RESTORATION_ACTION_H 
This is an abstract class used to register actions into rp pluging.
 
void addLayerSlot(te::map::AbstractLayerPtr layer)
 
virtual void onPopUpActionActivated(bool checked)
 
virtual ~RestorationAction()
 
virtual void onActionActivated(bool checked)
 
RestorationAction(QMenu *menu, QMenu *popupMenu)
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
This file defines the abstract class AbstractAction.