26 #ifndef __TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_ABSTRACTACTION_H    27 #define __TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_ABSTRACTACTION_H    31 #include "../../../maptools/AbstractLayer.h"    36 #include <QtCore/QObject>    53       namespace attributefill
    97             void createAction(std::string name, std::string pixmap = 
"");
   113             std::list<te::map::AbstractLayerPtr> 
getLayers();
   136 #endif //__TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_ABSTRACTACTION_H 
AbstractAction(QMenu *menu)
Constructor. 
 
A base class for application events. 
 
Configuration flags for the attributefill Qt Widget plugin. 
 
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget. 
 
This is an abstract class used to register actions into Attribute Fill pluging. 
 
void triggered(te::qt::af::evt::Event *e)
 
QMenu * m_menu
Parent Menu. 
 
virtual ~AbstractAction()
Destructor. 
 
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app. 
 
QAction * m_action
Action used to call the process. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters. 
 
virtual void onActionActivated(bool checked)=0
Slot function used when a action was selected.