26#ifndef __TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_ABSTRACTACTION_H
27#define __TE_QT_PLUGINS_ATTRIBUTEFILL_INTERNAL_ABSTRACTACTION_H
36#include <QtCore/QObject>
This is the base class for Layers.
QMenu * m_menu
Parent Menu.
void triggered(te::qt::af::evt::Event *e)
virtual ~AbstractAction()
Destructor.
AbstractAction(QMenu *menu)
Constructor.
QAction * m_action
Action used to call the process.
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget.
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.
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Namespace for the Qt Application Framework module of TerraLib.
Namespace for the Qt module of TerraLib.
A base class for application events.
Configuration flags for the attributefill Qt Widget plugin.