26 #ifndef __TE_QT_PLUGINS_SA_INTERNAL_ABSTRACTACTION_H    27 #define __TE_QT_PLUGINS_SA_INTERNAL_ABSTRACTACTION_H    31 #include "../../../maptools/AbstractLayer.h"    87             virtual void onActionActivated(
bool checked) = 0;
    98             void createAction(std::string name, std::string pixmap = 
"");
   122             std::list<te::map::AbstractLayerPtr> getLayers();
   145 #endif //__TE_QT_PLUGINS_SA_INTERNAL_ABSTRACTACTION_H QAction * m_action
Action used to call the process. 
 
A base class for application events. 
 
Configuration flags for the SA Qt Widget plugin. 
 
This is an abstract class used to register actions into sa pluging. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
QMenu * m_menu
Parent Menu.