26#ifndef __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_ABSTRACTACTION_H
27#define __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_ABSTRACTACTION_H
This is the base class for Layers.
virtual ~AbstractAction()
Destructor.
QAction * m_action
Action used to call the process.
std::list< te::map::AbstractLayerPtr > getLayers()
Get the list of layers from app.
virtual void onActionActivated(bool checked)=0
Slot function used when a action was selected.
void createAction(std::string name, std::string pixmap="")
Create and set the actions parameters.
void addNewLayer(te::map::AbstractLayerPtr layer)
Add a new layer into layer explorer widget.
QMenu * m_menu
Parent Menu.
AbstractAction(QMenu *menu)
Constructor.
void triggered(te::qt::af::evt::Event *e)
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.