21#ifndef TE_QT_PLUGINS_RP_RASTERIZATIONACTION_H 
   22#define TE_QT_PLUGINS_RP_RASTERIZATIONACTION_H 
This is an abstract class used to register actions into rp pluging.
 
virtual ~RasterizationAction()
 
virtual void onPopUpActionActivated(bool checked)
 
virtual void onActionActivated(bool checked)
 
RasterizationAction(QMenu *menu, QMenu *popupMenu)
 
This file defines the abstract class AbstractAction.